Skip to content

Commit

Permalink
emergency version change and hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperCodec committed Jun 19, 2024
1 parent fda3ffd commit bb324bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["genetic-rs", "genetic-rs-common", "genetic-rs-macros"]
resolver = "2"

[workspace.package]
version = "0.5.2"
version = "0.5.3"
authors = ["HyperCodec"]
homepage = "https://github.com/hypercodec/genetic-rs"
repository = "https://github.com/hypercodec/genetic-rs"
Expand Down
2 changes: 1 addition & 1 deletion genetic-rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ genrand = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
genetic-rs-common = { path = "../genetic-rs-common", version = "0.5.0" }
genetic-rs-common = { path = "../genetic-rs-common", version = "0.5.3" }
proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = "2.0.51"
4 changes: 2 additions & 2 deletions genetic-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ rayon = ["genetic-rs-common/rayon"]
derive = ["dep:genetic-rs-macros", "genetic-rs-common/builtin"]

[dependencies]
genetic-rs-common = { path = "../genetic-rs-common", version = "0.5.0" }
genetic-rs-macros = { path = "../genetic-rs-macros", version = "0.5.0", optional = true }
genetic-rs-common = { path = "../genetic-rs-common", version = "0.5.3" }
genetic-rs-macros = { path = "../genetic-rs-macros", version = "0.5.3", optional = true }

[dev-dependencies]
rand = "0.8.5"
Expand Down

0 comments on commit bb324bc

Please sign in to comment.