Skip to content

Commit

Permalink
Import jupiter-io from relative path for avoiding circling dependenci…
Browse files Browse the repository at this point in the history
…es (#2)
  • Loading branch information
clearloop authored Nov 19, 2020
1 parent f13b32a commit 0c9c1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sp-io = { version = "2.0.0", default-features = false, git = "https://github.com
sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
sp-sandbox = { version = "0.8.0", default-features = false, git = "https://github.com/paritytech/substrate", branch = "master" }
wasmi-validation = { version = "0.3.0", default-features = false }
jupiter-io = { git = "https://github.com/patractlabs/jupiter", default-features = false }
jupiter-io = { path = "../../../../primitives/io", default-features = false }

# Only used in benchmarking to generate random contract code
rand = { version = "0.7.0", optional = true, default-features = false }
Expand Down

0 comments on commit 0c9c1e2

Please sign in to comment.