Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonzlin committed Apr 7, 2024
1 parent 69f21b4 commit 80bb578
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions benchmarker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "queued-benchmarker"
publish = false
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
bytesize = { version = "1.2.0", features = ["serde"] }
futures = "0.3.28"
libqueued = { version = "0.12.0", path = "../libqueued" }
libqueued = { version = "0.13.0", path = "../libqueued" }
off64 = "0.6.0"
parking_lot = "0.12.1"
roaring = "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion example-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "queued-example-client"
publish = false
version = "0.0.1"
version = "0.1.0"
edition = "2021"

[dependencies]
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.12.0"
version = "0.13.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.8.3"
version = "0.9.0"
authors = ["Wilson Lin <[email protected]>"]
edition = "2021"

Expand All @@ -29,7 +29,7 @@ dashmap = "5.5.3"
erased-serde = "0.4.4"
itertools = "0.12.1"
jemallocator = { version = "0.3", optional = true }
libqueued = { version = "0.12.0", path = "../libqueued" }
libqueued = { version = "0.13.0", path = "../libqueued" }
rand = "0.8.5"
rmp-serde = "1.1.2"
serde = { version = "1.0", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions stochastic-stresser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "queued-stochastic-stresser"
publish = false
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
bytesize = { version = "1.2.0", features = ["serde"] }
dashmap = "5.4.0"
itertools = "0.11.0"
libqueued = { version = "0.12.0", path = "../libqueued" }
libqueued = { version = "0.13.0", path = "../libqueued" }
off64 = "0.6.0"
rand = "0.8.5"
serde = { version = "1.0.164", features = ["derive"] }
Expand Down

0 comments on commit 80bb578

Please sign in to comment.