Skip to content

Commit a9f296f

Browse files
committed
chore: rename crate
1 parent 611474a commit a9f296f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
2-
name = "mimalloc-rs"
2+
name = "mimalloc-safe"
33
version = "0.1.45"
44
authors = [
55
"Octavian Oncescu <[email protected]>",
66
"Vincent Rouillé <[email protected]>",
77
"Thom Chiovoloni <[email protected]>",
8+
"Long Yinan <[email protected]>"
89
]
910
edition = "2021"
1011
repository = "https://github.com/purpleprotocol/mimalloc_rust"
@@ -21,7 +22,7 @@ members = ["libmimalloc-sys", "libmimalloc-sys/sys-test"]
2122
travis-ci = { repository = "purpleprotocol/mimalloc_rust" }
2223

2324
[dependencies]
24-
libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.41", default-features = false }
25+
libmimalloc-sys2 = { path = "libmimalloc-sys", version = "0.1.42", default-features = false }
2526

2627
[features]
2728
default = []

libmimalloc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libmimalloc-sys2"
3-
version = "0.1.41"
3+
version = "0.1.42"
44
authors = ["Octavian Oncescu <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys"

0 commit comments

Comments
 (0)