Skip to content

Commit

Permalink
v0.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Apr 4, 2023
1 parent 6e095f8 commit d55d781
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mimalloc"
version = "0.1.35"
version = "0.1.36"
authors = [
"Octavian Oncescu <[email protected]>",
"Vincent Rouillé <[email protected]>",
Expand All @@ -21,7 +21,7 @@ members = ["libmimalloc-sys", "libmimalloc-sys/sys-test"]
travis-ci = { repository = "purpleprotocol/mimalloc_rust" }

[dependencies]
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.31", default-features = false }
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.32", default-features = false }

[features]
default = ["secure"]
Expand Down
2 changes: 1 addition & 1 deletion libmimalloc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmimalloc-sys"
version = "0.1.31"
version = "0.1.32"
authors = ["Octavian Oncescu <[email protected]>"]
edition = "2018"
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"
Expand Down

0 comments on commit d55d781

Please sign in to comment.