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 d6171d7 commit b359547
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.3"
version = "0.1.1-alpha.4"
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.3", path = "./macro" }
kiwi-macro = { version = "~0.1.1-alpha.4", 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.3"
version = "0.1.1-alpha.4"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down

0 comments on commit b359547

Please sign in to comment.