Skip to content

Commit

Permalink
Move to crates-published version of inkwell
Browse files Browse the repository at this point in the history
Note:

TheDan64/inkwell#154 (comment)

Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Mar 15, 2020
1 parent 1431769 commit 1e75450
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ tiny-keccak = "1.5"
serde_json = "1.0"
serde = "1.0"
serde_derive = { version = "1.0" }

[dependencies.inkwell]
git = "https://github.com/TheDan64/inkwell"
branch = "llvm8-0"
features = ["target-webassembly", "llvm8-0"]
inkwell = { version = "0.1.0-llvm8sample", features = ["target-webassembly", "llvm8-0"] }

[dev-dependencies]
parity-scale-codec-derive = "1.1.0"
Expand Down

0 comments on commit 1e75450

Please sign in to comment.