Skip to content

Commit 41082b4

Browse files
committed
Address Rust Package build
1 parent 3fca4c8 commit 41082b4

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[workspace]
2+
resolver = "2"
3+
members = ["snmalloc-rs", "snmalloc-rs/snmalloc-sys", "snmalloc-rs/xtask"]

snmalloc-rs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### 0.7.4
4+
5+
- Tracking upstream to match version 0.7.4.
6+
- SnMalloc has been moved to upstream repository. Future releases will track upstream release directly.
7+
38
### 0.3.8
49

510
- Tracking upstream to match version 0.7.1

snmalloc-rs/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ repository = "https://github.com/microsoft/snmalloc"
1212
readme = "README.md"
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

15-
[workspace]
16-
members = ["snmalloc-sys", "xtask"]
17-
1815
[dependencies]
1916
snmalloc-sys = { version = "0.7.4", path = "snmalloc-sys", default-features = false }
2017

snmalloc-rs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To use `snmalloc-rs` add it as a dependency:
5656
```toml
5757
# Cargo.toml
5858
[dependencies]
59-
snmalloc-rs = "0.3.8"
59+
snmalloc-rs = "0.7.4"
6060
```
6161

6262
To set `SnMalloc` as the global allocator add this to your project:

0 commit comments

Comments
 (0)