Skip to content

Commit 14eb45c

Browse files
committed
v0.1.38
1 parent ec6b98d commit 14eb45c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.37"
3+
version = "0.1.38"
44
authors = [
55
"Octavian Oncescu <octavonce@gmail.com>",
66
"Vincent Rouillé <vincent@speedy37.fr>",
@@ -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.33", default-features = false }
24+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.34", default-features = false }
2525

2626
[features]
2727
default = []

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ randomized allocation, encrypted free lists, etc. The performance penalty is usu
2525
around 10% according to [mimalloc](https://github.com/microsoft/mimalloc)
2626
own benchmarks.
2727

28-
To disable secure mode, put in `Cargo.toml`:
28+
To enable secure mode, put in `Cargo.toml`:
2929

3030
```ini
3131
[dependencies]

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.33"
3+
version = "0.1.34"
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)