Skip to content

Commit

Permalink
Bump crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 25, 2024
1 parent 1eac2f4 commit 7e2b892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio-rt-multi-thread = ["core/tokio-rt-multi-thread"]

[dependencies]
bytemuck = { version = "1.16", features = ["extern_crate_alloc"] }
core = { version = "=0.6.0+0.16.17", package = "tigerbeetle-unofficial-core", path = "core" }
core = { version = "=0.6.1+0.16.19", package = "tigerbeetle-unofficial-core", path = "core" }
fastrand = "2.3"
tokio = { version = "1.28.1", features = ["sync"] }

Expand All @@ -26,7 +26,7 @@ pollster = { version = "0.4", features = ["macro"] }
members = ["sys", "core"]

[workspace.package]
version = "0.6.0+0.16.17"
version = "0.6.1+0.16.19"
authors = ["Daria Sukhonina <dariasukhonina@gmail.com>"]
rust-version = "1.78"
repository = "https://github.com/tigerbeetle-rust/tigerbeetle-unofficial"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ tokio-rt-multi-thread = ["dep:tokio", "tokio/rt-multi-thread"]
[dependencies]
bytemuck = "1.19"
sptr = "0.3.2"
sys = { version = "=0.6.0+0.16.17", package = "tigerbeetle-unofficial-sys", path = "../sys", features = ["generated-safe"] }
sys = { version = "=0.6.1+0.16.19", package = "tigerbeetle-unofficial-sys", path = "../sys", features = ["generated-safe"] }
tokio = { version = "1.28.1", optional = true }

0 comments on commit 7e2b892

Please sign in to comment.