Skip to content

Commit

Permalink
chore: bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 committed Apr 10, 2024
1 parent 0bdebcd commit 999d122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["codegen", "."]
[package]
name = "dynec"
authors = ["SOFe <[email protected]>"]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
documentation = "https://sof3.github.io/dynec/master/dynec"
repository = "https://github.com/SOF3/dynec"
Expand All @@ -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", path = "codegen"}
dynec-codegen = {version = "0.2.1", path = "codegen"}
env_logger = {version = "0.10.0", optional = true}
indexmap = "1.8.1"
itertools = "0.10.3"
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dynec-codegen"
authors = ["SOFe <[email protected]>"]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
repository = "https://github.com/SOF3/dynec"
homepage = "https://github.com/SOF3/dynec"
Expand Down

0 comments on commit 999d122

Please sign in to comment.