Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AljoschaMeyer committed Aug 8, 2024
1 parent ff86a25 commit 3cb9221
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions ufotofu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ufotofu"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand All @@ -27,7 +27,7 @@ dev = ["dep:arbitrary"]
[dependencies]
arbitrary = { version = "1.0.2", features = ["derive"], optional = true}
either = "1.10.0"
ufotofu_queues = { path="../ufotofu_queues" }
ufotofu_queues = { path="../ufotofu_queues", version = "0.5.0" }
wrapper = "0.1.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ufotofu_queues/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ufotofu_queues"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 3cb9221

Please sign in to comment.