Skip to content

Commit 1260365

Browse files
committed
chore: Release
1 parent d476bf1 commit 1260365

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/kiwi-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kiwi-sdk"
3-
version = "0.1.1-alpha.7"
3+
version = "0.1.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true
@@ -10,6 +10,6 @@ description = "The Kiwi SDK allows you to write pluggable modules that hook into
1010

1111
[dependencies]
1212
anyhow = "1.0.79"
13-
kiwi-macro = { version = "~0.1.1-alpha.7", path = "./macro" }
13+
kiwi-macro = { version = "~0.1.1", path = "./macro" }
1414
wit-bindgen = "0.21.0"
1515
http = "1.0.0"

src/kiwi-sdk/macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kiwi-macro"
3-
version = "0.1.1-alpha.7"
3+
version = "0.1.1"
44
edition.workspace = true
55
license.workspace = true
66
rust-version.workspace = true

src/kiwi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kiwi"
3-
version = "0.1.1-alpha.7"
3+
version = "0.1.1"
44
edition.workspace = true
55
rust-version.workspace = true
66
publish = false

0 commit comments

Comments
 (0)