Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Oct 15, 2024
1 parent 96a4021 commit 36e63ec
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ members = [
]

[workspace.package]
version = "0.12.0"
version = "0.13.0"
authors = ["Jan Bujak <jan@parity.io>", "Parity Technologies <admin@parity.io>"]
license = "MIT/Apache-2.0"
edition = "2021"
rust-version = "1.75.0"
repository = "https://github.com/koute/polkavm"

[workspace.dependencies]
polkavm = { version = "0.12.0", path = "crates/polkavm" }
polkavm-assembler = { version = "0.12.0", path = "crates/polkavm-assembler" }
polkavm-disassembler = { version = "0.12.0", path = "crates/polkavm-disassembler" }
polkavm-common = { version = "0.12.0", path = "crates/polkavm-common" }
polkavm-derive = { version = "0.12.0", path = "crates/polkavm-derive" }
polkavm-derive-impl = { version = "0.12.0", path = "crates/polkavm-derive-impl" }
polkavm-derive-impl-macro = { version = "0.12.0", path = "crates/polkavm-derive-impl-macro" }
polkavm-linker = { version = "0.12.0", path = "crates/polkavm-linker" }
polkavm-linux-raw = { version = "0.12.0", path = "crates/polkavm-linux-raw" }
polkavm = { version = "0.13.0", path = "crates/polkavm" }
polkavm-assembler = { version = "0.13.0", path = "crates/polkavm-assembler" }
polkavm-disassembler = { version = "0.13.0", path = "crates/polkavm-disassembler" }
polkavm-common = { version = "0.13.0", path = "crates/polkavm-common" }
polkavm-derive = { version = "0.13.0", path = "crates/polkavm-derive" }
polkavm-derive-impl = { version = "0.13.0", path = "crates/polkavm-derive-impl" }
polkavm-derive-impl-macro = { version = "0.13.0", path = "crates/polkavm-derive-impl-macro" }
polkavm-linker = { version = "0.13.0", path = "crates/polkavm-linker" }
polkavm-linux-raw = { version = "0.13.0", path = "crates/polkavm-linux-raw" }

blake3 = { version = "1.5.4", default-features = false }
clap = "4.4.6"
Expand Down
8 changes: 4 additions & 4 deletions fuzz/Cargo.lock

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

10 changes: 5 additions & 5 deletions guest-programs/Cargo.lock

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

8 changes: 4 additions & 4 deletions tools/benchtool/Cargo.lock

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

0 comments on commit 36e63ec

Please sign in to comment.