Skip to content

Commit

Permalink
v0.1.24 release
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Feb 5, 2021
1 parent b13a1d2 commit 64395a7
Show file tree
Hide file tree
Showing 2 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.23"
version = "0.1.24"
authors = [
"Octavian Oncescu <octavonce@gmail.com>",
"Vincent Rouillé <vincent@speedy37.fr>",
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.19", default-features = false }
libmimalloc-sys = { path = "libmimalloc-sys", version = "0.1.20", default-features = false }

[features]
default = ["secure"]
Expand Down
4 changes: 2 additions & 2 deletions libmimalloc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "libmimalloc-sys"
version = "0.1.19"
version = "0.1.20"
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
edition = "2018"
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"
keywords = ["allocator", "encrypted-heap", "performance"]
categories = ["allocator"]
categories = ["memory-management", "api-bindings"]
description = "Sys crate wrapping the mimalloc allocator"
license = "MIT"
links = "mimalloc"
Expand Down

0 comments on commit 64395a7

Please sign in to comment.