Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Nov 24, 2021
1 parent 7698ad5 commit c297f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[dependencies]
ink_primitives = { version = "3.0.0-rc6", path = "../../crates/primitives", default-features = false }
ink_prelude = { version = "3.0.0-rc6", path = "../../crates/prelude", default-features = false }
ink_metadata = { version = "3.0.0-rc6", path = "../../crates/metadata", default-features = false, features = ["derive"], optional = true }
ink_env = { version = "3.0.0-rc6", path = "../../crates/env", default-features = false }
ink_storage = { version = "3.0.0-rc6", path = "../../crates/storage", default-features = false }
Expand Down

0 comments on commit c297f50

Please sign in to comment.