Skip to content

Commit 409dba5

Browse files
committed
libmimalloc-sys version fix
1 parent 7907b77 commit 409dba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ members = ["libmimalloc-sys", "libmimalloc-sys/sys-test"]
2121
travis-ci = { repository = "purpleprotocol/mimalloc_rust" }
2222

2323
[dependencies]
24-
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.21", default-features = false }
24+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.22", default-features = false }
2525

2626
[features]
2727
default = ["secure"]

0 commit comments

Comments
 (0)