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