Skip to content

Commit

Permalink
bump local dependencies and do not depend on the exact patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
zetanumbers committed Jul 28, 2024
1 parent fe181a5 commit da777b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include = ["/src/**", "/examples/**", "/Cargo.toml", "/LICENSE-*", "README.md"]
tokio-rt-multi-thread = ["core/tokio-rt-multi-thread"]

[dependencies]
core = { package = "tigerbeetle-unofficial-core", version = "=0.4.0", path = "core" }
core = { package = "tigerbeetle-unofficial-core", version = "0.4.1", path = "core" }
bytemuck = { version = "1.13.1", features = ["extern_crate_alloc"] }
tokio = { version = "1.28.1", features = ["sync"] }

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio-rt-multi-thread = ["dep:tokio", "tokio/rt-multi-thread"]
tokio = ["dep:tokio"]

[dependencies]
sys = { package = "tigerbeetle-unofficial-sys", version = "=0.4.0", path = "../sys", features = ["generated-safe"] }
sys = { package = "tigerbeetle-unofficial-sys", version = "0.4.1", path = "../sys", features = ["generated-safe"] }
bytemuck = "1.13.1"
sptr = "0.3.2"
tokio = { version = "1.28.1", optional = true }

0 comments on commit da777b8

Please sign in to comment.