fix: versions

This commit is contained in:
Faynot
2026-05-18 18:31:55 +03:00
parent e01490774d
commit 4b5a340351
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4,4 +4,4 @@ version = 4
[[package]] [[package]]
name = "glt" name = "glt"
version = "0.1.2" version = "0.1.3"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "glt" name = "glt"
version = "0.1.2" version = "0.1.3"
edition = "2024" edition = "2024"
description = "Glint compiler library" description = "Glint compiler library"
license = "MIT" license = "MIT"