contracts: Update to Polkavm 0.5 (#2945)

This will allow us to change to the target supporting atomics and makes
the linker file no longer necessary.
This commit is contained in:
Alexander Theißen
2024-01-17 12:39:33 +01:00
committed by GitHub
parent 8b28031d16
commit c1c0e62d33
5 changed files with 35 additions and 18 deletions
@@ -21,7 +21,7 @@ parity-wasm = "0.45.0"
tempfile = "3.8.1"
toml = "0.8.2"
twox-hash = "1.6.3"
polkavm-linker = { version = "0.4.0", optional = true }
polkavm-linker = { version = "0.5.0", optional = true }
anyhow = "1.0.0"
[features]