Skip to content

Commit bf55455

Browse files
committed
Removed libc from Cargo.toml
1 parent 1941df5 commit bf55455

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mimalloc"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
authors = [
55
"Octavian Oncescu <octavonce@gmail.com>",
66
"Vincent Rouillé <vincent@speedy37.fr>",
@@ -20,7 +20,6 @@ members = ["libmimalloc-sys" ]
2020
travis-ci = { repository = "purpleprotocol/mimalloc_rust" }
2121

2222
[dependencies]
23-
libc = "0.2"
2423
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.11" }
2524

2625
[features]

0 commit comments

Comments
 (0)