Skip to content

Commit

Permalink
Upgrade to latest rpmalloc develop branch (EmbarkStudios#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
repi authored May 15, 2020
1 parent 82fe633 commit 0fab1e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "rpmalloc-sys/rpmalloc"]
path = rpmalloc-sys/rpmalloc
url = https://github.com/mjansson/rpmalloc.git
branch = develop
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpmalloc"
version = "0.1.3"
version = "0.2.0"
description = "Cross-platform global memory allocator using rpmalloc"
authors = ["Embark <[email protected]>", "Johan Andersson <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -20,7 +20,7 @@ doctest = false
test = false

[dependencies]
rpmalloc-sys = { version = "0.1.3", path = "rpmalloc-sys", features = ["preload"] }
rpmalloc-sys = { version = "0.2.0", path = "rpmalloc-sys", features = ["preload"] }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion rpmalloc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpmalloc-sys"
version = "0.1.3"
version = "0.2.0+c4d2c05"
description = "Unsafe FFI bindings to rpmalloc C library"
authors = ["Embark <[email protected]>", "Johan Andersson <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion rpmalloc-sys/rpmalloc

0 comments on commit 0fab1e9

Please sign in to comment.