Skip to content

Commit bcdb657

Browse files
bump version to 0.2.3
1 parent eaa419e commit bcdb657

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snmalloc-rs"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["schrodingerzhu <[email protected]>"]
55
edition = "2018"
66
license = "MIT"

snmalloc-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snmalloc-sys"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["schrodingerzhu <[email protected]>"]
55
edition = "2018"
66
license = "MIT"
@@ -22,4 +22,4 @@ default-features = false
2222
[features]
2323
1mib = []
2424
debug = []
25-
cache-friendly = []
25+
cache-friendly = []

0 commit comments

Comments
 (0)