Skip to content

Commit ad8af1a

Browse files
committed
v0.1.13 release
1 parent 99ebb93 commit ad8af1a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dist: xenial
1717
matrix:
1818
allow_failures:
1919
- rust: nightly
20+
- os: windows
2021

2122
addons:
2223
apt:

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

2222
[dependencies]
2323
libc = "0.2"
24-
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.9" }
24+
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.10" }
2525

2626
[features]
2727
default = ["secure"]

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.9"
3+
version = "0.1.10"
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)