Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrishn7 committed Feb 22, 2024
1 parent 927bf03 commit 4aab0f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/kiwi-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kiwi-sdk"
version = "0.1.1-alpha.5"
version = "0.1.1-alpha.6"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand All @@ -10,6 +10,6 @@ description = "The Kiwi SDK allows you to write pluggable modules that hook into

[dependencies]
anyhow = "1.0.79"
kiwi-macro = { version = "~0.1.1-alpha.5", path = "./macro" }
kiwi-macro = { version = "~0.1.1-alpha.6", path = "./macro" }
wit-bindgen = "0.17.0"
http = "1.0.0"
2 changes: 1 addition & 1 deletion src/kiwi-sdk/macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kiwi-macro"
version = "0.1.1-alpha.5"
version = "0.1.1-alpha.6"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/kiwi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kiwi"
version = "0.1.1-alpha.5"
version = "0.1.1-alpha.6"
edition.workspace = true
rust-version.workspace = true
publish = false
Expand Down

0 comments on commit 4aab0f7

Please sign in to comment.