File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dist: xenial
17
17
matrix :
18
18
allow_failures :
19
19
- rust : nightly
20
+ - os : windows
20
21
21
22
addons :
22
23
apt :
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mimalloc"
3
- version = " 0.1.12 "
3
+ version = " 0.1.13 "
4
4
authors = [
5
5
" Octavian Oncescu <octavonce@gmail.com>" ,
6
6
" Vincent Rouillé <vincent@speedy37.fr>" ,
@@ -21,7 +21,7 @@ travis-ci = { repository = "purpleprotocol/mimalloc_rust" }
21
21
22
22
[dependencies ]
23
23
libc = " 0.2"
24
- libmimalloc-sys = { path = " libmimalloc-sys" , version = " 0.1.9 " }
24
+ libmimalloc-sys = { path = " libmimalloc-sys" , version = " 0.1.10 " }
25
25
26
26
[features ]
27
27
default = [" secure" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libmimalloc-sys"
3
- version = " 0.1.9 "
3
+ version = " 0.1.10 "
4
4
authors = [" Octavian Oncescu <octavonce@gmail.com>" ]
5
5
edition = " 2018"
6
6
repository = " https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"
You can’t perform that action at this time.
0 commit comments