Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[workspace]
resolver = "2"
members = ["snmalloc-rs", "snmalloc-rs/snmalloc-sys", "snmalloc-rs/xtask"]
5 changes: 5 additions & 0 deletions snmalloc-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 0.7.4

- Tracking upstream to match version 0.7.4.
- SnMalloc has been moved to upstream repository. Future releases will track upstream release directly.

### 0.3.8

- Tracking upstream to match version 0.7.1
Expand Down
3 changes: 0 additions & 3 deletions snmalloc-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ repository = "https://github.com/microsoft/snmalloc"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[workspace]
members = ["snmalloc-sys", "xtask"]

[dependencies]
snmalloc-sys = { version = "0.7.4", path = "snmalloc-sys", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion snmalloc-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To use `snmalloc-rs` add it as a dependency:
```toml
# Cargo.toml
[dependencies]
snmalloc-rs = "0.3.8"
snmalloc-rs = "0.7.4"
```

To set `SnMalloc` as the global allocator add this to your project:
Expand Down
Loading