Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenautumns committed Jun 12, 2024
1 parent eb88a27 commit aa9c605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "a653rs"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
authors = ["Sven Friedrich <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -30,10 +30,10 @@ bindings = []
[dependencies]
serde = { version = "1.0", features = ["derive"], default-features = false, optional = true }
strum = { version = "0.26", features = ["derive"], default-features = false, optional = true }
a653rs_macros = { version = "0.4.1", path = "macros", optional = true }
a653rs_macros = { version = "0.6.0", path = "macros", optional = true }

[dev-dependencies]
a653rs_macros = { version = "0.4.1", path = "macros" }
a653rs_macros = { version = "0.6.0", path = "macros" }

[workspace]
members = [ "macros" ]
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "a653rs_macros"
version = "0.4.1"
version = "0.6.0"
edition = "2021"
authors = ["Sven Friedrich <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit aa9c605

Please sign in to comment.