Skip to content

Commit

Permalink
Bump polkavm-derive to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Feb 23, 2024
1 parent 0ee343b commit e0f8b2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repository = "https://github.com/koute/polkavm"
polkavm = { version = "0.9.0", path = "crates/polkavm" }
polkavm-assembler = { version = "0.9.0", path = "crates/polkavm-assembler" }
polkavm-common = { version = "0.9.0", path = "crates/polkavm-common" }
polkavm-derive = { version = "0.9.0", path = "crates/polkavm-derive" }
polkavm-derive = { version = "0.9.1", path = "crates/polkavm-derive" }
polkavm-derive-impl = { version = "0.9.0", path = "crates/polkavm-derive-impl" }
polkavm-derive-impl-macro = { version = "0.9.0", path = "crates/polkavm-derive-impl-macro" }
polkavm-linker = { version = "0.9.0", path = "crates/polkavm-linker" }
Expand Down
2 changes: 1 addition & 1 deletion crates/polkavm-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkavm-derive"
version.workspace = true
version = "0.9.1"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion guest-programs/Cargo.lock

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

0 comments on commit e0f8b2e

Please sign in to comment.