Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
grishasobol committed Sep 19, 2023
1 parent b386b2a commit 81df204
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
25 changes: 13 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ colored = "2.0.0"
const-str = "0.5"
derive_more = "0.99.17"
dirs = "4.0.0"
dlmalloc = { git = "https://github.com/gear-tech/dlmalloc-rust.git", rev = "9135baa", default-features = false }
dlmalloc = { git = "https://github.com/gear-tech/dlmalloc-rust.git" }
dyn-clonable = "0.9.0"
enum-iterator = "1.4.0"
env_logger = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion galloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license.workspace = true

[dependencies]
# add "checks" feature to enable hard checks in allocator
dlmalloc = { workspace = true, features = ["global"] }
dlmalloc.workspace = true

[features]
debug = ["dlmalloc/debug"]

0 comments on commit 81df204

Please sign in to comment.