From e85499a036034f63cf15835e459a25f1b8cf1437 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 14 Jun 2024 14:08:32 +0200 Subject: [PATCH] v0.1.29 --- Cargo.lock | 4 ++-- libspecr/Cargo.toml | 2 +- specr-transpile/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23319c2..f0fa485 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,7 +87,7 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "libspecr" -version = "0.1.28" +version = "0.1.29" dependencies = [ "gccompat-derive", "im", @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "specr-transpile" -version = "0.1.28" +version = "0.1.29" dependencies = [ "prettyplease", "proc-macro2", diff --git a/libspecr/Cargo.toml b/libspecr/Cargo.toml index 8b09f00..143329b 100644 --- a/libspecr/Cargo.toml +++ b/libspecr/Cargo.toml @@ -2,7 +2,7 @@ name = "libspecr" description = "standard library for specr lang" # This version should be the same as the specr-transpile version. -version = "0.1.28" +version = "0.1.29" edition = "2021" repository = "https://github.com/minirust/minirust-tooling" license = "MIT OR Apache-2.0" diff --git a/specr-transpile/Cargo.toml b/specr-transpile/Cargo.toml index 1605604..92d342a 100644 --- a/specr-transpile/Cargo.toml +++ b/specr-transpile/Cargo.toml @@ -2,7 +2,7 @@ name = "specr-transpile" description = "Converts Specr lang code to Rust" # This version should be the same as the libspecr version. -version = "0.1.28" +version = "0.1.29" rust-version = "1.65" edition = "2021" repository = "https://github.com/minirust/minirust-tooling"