Skip to content

Commit d55d781

Browse files
committed
v0.1.36
1 parent 6e095f8 commit d55d781

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mimalloc"
3-
version = "0.1.35"
3+
version = "0.1.36"
44
authors = [
55
"Octavian Oncescu <[email protected]>",
66
"Vincent Rouillé <[email protected]>",
@@ -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.31", default-features = false }
24+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.32", default-features = false }
2525

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

libmimalloc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libmimalloc-sys"
3-
version = "0.1.31"
3+
version = "0.1.32"
44
authors = ["Octavian Oncescu <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"

0 commit comments

Comments
 (0)