Skip to content

Commit 7b3acdb

Browse files
committed
v0.1.49
1 parent c10c6d4 commit 7b3acdb

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.48"
3+
version = "0.1.49"
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.44", default-features = false }
28+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.45", 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.44"
3+
version = "0.1.45"
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)