From 9f42cab471ee6ba9f111e9a634b7a6b2ca4a4fcc Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 5 Dec 2024 20:26:28 -0800 Subject: [PATCH] change to version 0.3.0 for breaking change --- Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c54aeb..2e50abc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,7 +301,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fayalite" -version = "0.2.1" +version = "0.3.0" dependencies = [ "bitvec", "blake3", @@ -326,14 +326,14 @@ dependencies = [ [[package]] name = "fayalite-proc-macros" -version = "0.2.1" +version = "0.3.0" dependencies = [ "fayalite-proc-macros-impl", ] [[package]] name = "fayalite-proc-macros-impl" -version = "0.2.1" +version = "0.3.0" dependencies = [ "base16ct", "num-bigint", @@ -347,7 +347,7 @@ dependencies = [ [[package]] name = "fayalite-visit-gen" -version = "0.2.1" +version = "0.3.0" dependencies = [ "indexmap", "prettyplease", diff --git a/Cargo.toml b/Cargo.toml index 50a4fb8..2cfa586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.2.1" +version = "0.3.0" license = "LGPL-3.0-or-later" edition = "2021" repository = "https://git.libre-chip.org/libre-chip/fayalite" @@ -14,9 +14,9 @@ categories = ["simulation", "development-tools", "compilers"] rust-version = "1.82.0" [workspace.dependencies] -fayalite-proc-macros = { version = "=0.2.1", path = "crates/fayalite-proc-macros" } -fayalite-proc-macros-impl = { version = "=0.2.1", path = "crates/fayalite-proc-macros-impl" } -fayalite-visit-gen = { version = "=0.2.1", path = "crates/fayalite-visit-gen" } +fayalite-proc-macros = { version = "=0.3.0", path = "crates/fayalite-proc-macros" } +fayalite-proc-macros-impl = { version = "=0.3.0", path = "crates/fayalite-proc-macros-impl" } +fayalite-visit-gen = { version = "=0.3.0", path = "crates/fayalite-visit-gen" } base16ct = "0.2.0" bitvec = { version = "1.0.1", features = ["serde"] } blake3 = { version = "1.5.4", features = ["serde"] }