From c826c768dcf03efd1e832881b7080b3f8902677b Mon Sep 17 00:00:00 2001 From: SOFe Date: Sat, 3 Feb 2024 18:29:07 +0800 Subject: [PATCH] chore: bump version to 0.2.0-alpha.3 --- Cargo.toml | 4 ++-- codegen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca78b9965c..0a0f0f1690 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["codegen", "."] [package] name = "dynec" authors = ["SOFe "] -version = "0.2.0-alpha.2" +version = "0.2.0-alpha.3" edition = "2021" documentation = "https://sof3.github.io/dynec/master/dynec" repository = "https://github.com/SOF3/dynec" @@ -16,7 +16,7 @@ license = "Apache-2.0" auto_enums = "0.8.1" bitvec = "1.0.0" cfg-if = "1.0.0" -dynec-codegen = {version = "0.2.0-alpha.2", path = "codegen"} +dynec-codegen = {version = "0.2.0-alpha.3", path = "codegen"} env_logger = {version = "0.10.0", optional = true} indexmap = "1.8.1" itertools = "0.10.3" diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index d876ebfbfb..d1fa7b8906 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dynec-codegen" authors = ["SOFe "] -version = "0.2.0-alpha.2" +version = "0.2.0-alpha.3" edition = "2021" repository = "https://github.com/SOF3/dynec" homepage = "https://github.com/SOF3/dynec"