Skip to content

Commit

Permalink
use ink-pallet-contracts-uapi until newer version get published
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Jan 23, 2024
1 parent 49d49dc commit 987e869
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 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 @@ -84,7 +84,7 @@ const_env = { version = "0.1"}

# Substrate dependencies
pallet-contracts-primitives = { version = "26.0.0", default-features = false }
pallet-contracts-uapi = { version = "5.0.0", default-features = false }
pallet-contracts-uapi = { package = "ink-pallet-contracts-uapi", version = "6.0.0", default-features = false }
sp-core = { version = "23.0.0", default-features = false }
sp-keyring = { version = "26.0.0", default-features = false }
sp-runtime = { version = "26.0.0", default-features = false }
Expand Down

0 comments on commit 987e869

Please sign in to comment.