8000 Release smartalloc@0.1.1 · ehsanmok/smartalloc-rs@1eba3ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 1eba3ab

Browse files
author
Github Action
committed
Release smartalloc@0.1.1
1 parent cd5dbe9 commit 1eba3ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smartalloc"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Ehsan M. Kermani"]
55
description = "Smartalloc rust binding"
66
readme = "README.md"
@@ -16,7 +16,7 @@ rust-version = "1.64"
1616
members = ["smartalloc-sys"]
1717

1818
[dependencies]
19-
smartalloc-sys = { path = "smartalloc-sys", version = "0.1.0" }
19+
smartalloc-sys = { path = "smartalloc-sys", version = "=0.1.1" }
2020

2121
[profile.dev]
2222
opt-level = 0

smartalloc-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 = "smartalloc-sys"
3-< 4FCB div class="diff-text-inner">version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Ehsan M. Kermani", "John Walker https://www.fourmilab.ch"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)
0