Skip to content

Commit

Permalink
Bump polkavm-derive to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Jan 23, 2025
1 parent 2247696 commit 848b835
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 15 deletions.
49 changes: 40 additions & 9 deletions 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 @@ -99,7 +99,7 @@ sp-weights = { git = "https://github.com/paritytech/polkadot-sdk", rev = "645878
xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", rev = "645878a27115db52e5d63115699b4bbb89034067", default-features = false }

# PolkaVM dependencies
polkavm-derive = { version = "0.18.0", default-features = false }
polkavm-derive = { version = "0.19.0", default-features = false }

# Local dependencies
ink = { version = "=6.0.0-alpha", path = "crates/ink", default-features = false }
Expand Down
5 changes: 0 additions & 5 deletions integration-tests/public/events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ std = [
]
ink-as-dependency = []
e2e-tests = []

#[profile.test]
# Need this for linkme crate to work for the event metadata unit test.
# See https://github.com/dtolnay/linkme/issues/61#issuecomment-1503653702
#lto = "thin"

0 comments on commit 848b835

Please sign in to comment.