Skip to content

Commit e639b55

Browse files
committed
v0.1.50
1 parent 5da8f92 commit e639b55

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.49"
3+
version = "0.1.50"
44
authors = [
55
"Octavian Oncescu <octavonce@gmail.com>",
66
"Vincent Rouillé <vincent@speedy37.fr>",
@@ -25,7 +25,7 @@ members = [
2525
travis-ci = { repository = "purpleprotocol/mimalloc_rust" }
2626

2727
[dependencies]
28-
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.45", default-features = false }
28+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.47", default-features = false }
2929

3030
[features]
3131
default = []

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.46"
3+
version = "0.1.47"
44
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"

0 commit comments

Comments
 (0)