parent
ac731c575d
commit
7f603595e2
|
@ -1,5 +1,6 @@
|
|||
[package]
|
||||
name = "jemallocator"
|
||||
# Make sure to update the version in the README as well:
|
||||
version = "0.3.0"
|
||||
authors = [
|
||||
"Alex Crichton <alex@alexcrichton.com>",
|
||||
|
|
|
@ -25,7 +25,7 @@ To use `jemallocator` add it as a dependency:
|
|||
```toml
|
||||
# Cargo.toml
|
||||
[dependencies]
|
||||
jemallocator = "0.1.8"
|
||||
jemallocator = "0.3.0"
|
||||
```
|
||||
|
||||
To set `jemallocator::Jemalloc` as the global allocator add this to your project:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[package]
|
||||
name = "jemallocator-global"
|
||||
# Make sure to update the version in the readme as well:
|
||||
version = "0.3.0"
|
||||
authors = ["Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>"]
|
||||
edition = "2015"
|
||||
|
|
Loading…
Reference in New Issue