Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonzlin committed Apr 5, 2024
1 parent ecb95bf commit fdb6c9f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
bytesize = { version = "1.2.0", features = ["serde"] }
futures = "0.3.28"
libqueued = { version = "0.11.0", path = "../libqueued" }
libqueued = { version = "0.12.0", path = "../libqueued" }
off64 = "0.6.0"
parking_lot = "0.12.1"
roaring = "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion libqueued/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/wilsonzlin/queued"
keywords = ["queue", "message", "fifo"]
categories = ["database-implementations", "web-programming"]
repository = "https://github.com/wilsonzlin/queued.git"
version = "0.11.0"
version = "0.12.0"
authors = ["Wilson Lin <[email protected]>"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions queued/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
keywords = ["queue", "message", "fifo"]
categories = ["database-implementations", "web-programming"]
repository = "https://github.com/wilsonzlin/queued.git"
version = "0.6.0"
version = "0.7.0"
authors = ["Wilson Lin <[email protected]>"]
edition = "2021"

Expand All @@ -27,7 +27,7 @@ clap = { version = "4.0", features = ["derive"] }
dashmap = "5.5.3"
itertools = "0.12.1"
jemallocator = { version = "0.3", optional = true }
libqueued = { version = "0.11.0", path = "../libqueued" }
libqueued = { version = "0.12.0", path = "../libqueued" }
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion stochastic-stresser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
bytesize = { version = "1.2.0", features = ["serde"] }
dashmap = "5.4.0"
itertools = "0.11.0"
libqueued = { version = "0.11.0", path = "../libqueued" }
libqueued = { version = "0.12.0", path = "../libqueued" }
off64 = "0.6.0"
rand = "0.8.5"
serde = { version = "1.0.164", features = ["derive"] }
Expand Down

0 comments on commit fdb6c9f

Please sign in to comment.