From 4b5a340351e49b88fca255d7c3286ca720894bd2 Mon Sep 17 00:00:00 2001 From: Faynot Date: Mon, 18 May 2026 18:31:55 +0300 Subject: [PATCH] fix: versions --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9de35a8..5e8a458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "glt" -version = "0.1.2" +version = "0.1.3" diff --git a/Cargo.toml b/Cargo.toml index 54e321e..fa72970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glt" -version = "0.1.2" +version = "0.1.3" edition = "2024" description = "Glint compiler library" license = "MIT"