Skip to content

Commit

Permalink
upgrade buddy-alloc version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Oct 18, 2024
1 parent 21e556c commit 605c3c2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ exclude = ["docs"]

[package.metadata.docs.rs]
# All features except simulator and rustc-dep-of-std.
features = ["allocator", "ckb-types", "libc", "calc-hash", "build-with-clang", "dlopen-c"]
features = [
"allocator",
"ckb-types",
"libc",
"calc-hash",
"build-with-clang",
"dlopen-c",
]
rustdoc-args = ["--cfg", "docsrs"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -35,9 +42,11 @@ cc = "1.0"

[dependencies]
ckb-types = { package = "ckb-gen-types", version = "0.118", default-features = false, optional = true }
ckb-hash = { version = "0.118", default-features = false, features = ["ckb-contract"], optional = true }
ckb-hash = { version = "0.118", default-features = false, features = [
"ckb-contract",
], optional = true }

buddy-alloc = { version = "0.5", optional = true }
buddy-alloc = { version = "0.6", optional = true }
ckb-x64-simulator = { version = "0.9", optional = true }
gcd = "2.3"
log = { version = "0.4", optional = true, default-features = false }
Expand Down

0 comments on commit 605c3c2

Please sign in to comment.