Skip to content

Commit 98273b2

Browse files
committed
v0.1.2 release
1 parent 0fec9a5 commit 98273b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mimalloc"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Octavian Oncescu <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/mimalloc_rust"
@@ -15,7 +15,7 @@ travis-ci = { repository = "purpleprotocol/mimalloc_rust" }
1515

1616
[dependencies]
1717
libc = "0.2"
18-
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.0" }
18+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.2" }
1919

2020
[features]
2121
default = ["secure"]

libmimalloc-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libmimalloc-sys"
3-
version = "0.1.1"
3+
version = "0.1.2"
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)