diff --git a/Cargo.lock b/Cargo.lock index dd75a9ec43fd..57741beed9d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22188,7 +22188,7 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive 0.11.0", "rustversion", "secp256k1", "sp-core 28.0.0", @@ -22603,7 +22603,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive 0.11.0", "primitive-types", "rustversion", "sp-core 28.0.0", diff --git a/Cargo.toml b/Cargo.toml index 463cf82a1de7..f667ca6deca9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1074,7 +1074,7 @@ polkadot-test-client = { path = "polkadot/node/test/client" } polkadot-test-runtime = { path = "polkadot/runtime/test-runtime" } polkadot-test-service = { path = "polkadot/node/test/service" } polkavm = { version = "0.9.3", default-features = false } -polkavm-derive = "0.9.1" +polkavm-derive = "0.11.0" polkavm-linker = "0.9.2" portpicker = { version = "0.1.1" } pretty_assertions = { version = "1.3.0" }