From 061238db4910408f2350c1b1993a3ab25d15e847 Mon Sep 17 00:00:00 2001 From: n3tael Date: Sat, 10 Feb 2024 15:45:11 +0200 Subject: [PATCH] 1.0.6 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bef5943..991b277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "labast" -version = "1.0.5" +version = "1.0.6" dependencies = [ "fastrand", "pico-args", diff --git a/Cargo.toml b/Cargo.toml index 4316d42..dce0edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "labast" -version = "1.0.5" +version = "1.0.6" authors = [ "n3tael" ] edition = "2021" description = "A Labaski interpreter written in Rust." readme = "README.md" -license = "MIT" +license = "apache-2.0" publish = false [profile.dev]