Skip to content

Commit

Permalink
Bump codec and scale-info in rand-extension (#670)
Browse files Browse the repository at this point in the history
* add #[ink:chain_extension] example contract

* modify return content

* fix rustfmt CI fail

* bump codec and scale-info in rand-extension
  • Loading branch information
sekisamu committed Feb 2, 2021
1 parent 6831813 commit ad89397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rand-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ink_env = { path = "../../crates/env", default-features = false }
ink_storage = { path = "../../crates/storage", default-features = false }
ink_lang = { path = "../../crates/lang", default-features = false }

scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }
scale-info = { version = "0.4.1", default-features = false, features = ["derive"], optional = true }
scale = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "0.5", default-features = false, features = ["derive"], optional = true }

[lib]
name = "rand_extension"
Expand Down

0 comments on commit ad89397

Please sign in to comment.