diff --git a/Cargo.toml b/Cargo.toml index bea17bd..c79c39c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } @@ -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 "] rust-version = "1.78" repository = "https://github.com/tigerbeetle-rust/tigerbeetle-unofficial" diff --git a/core/Cargo.toml b/core/Cargo.toml index 37706b0..cac8e10 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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 }