Skip to content

Commit

Permalink
Remove funty pin (use-ink#260)
Browse files Browse the repository at this point in the history
* Remove `funty` pin

* Remove unused `binaryen` dependency
  • Loading branch information
Michael Müller authored Apr 19, 2021
1 parent 1eca7f2 commit ded0851
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
22 changes: 0 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ serde = { version = "1.0.125", default-features = false, features = ["derive"] }
serde_json = "1.0.64"
tempfile = "3.2.0"
url = { version = "2.2.1", features = ["serde"] }
binaryen = { version = "0.12.0", optional = true }
impl-serde = "0.3.1"
regex = "1.4"

Expand Down
3 changes: 0 additions & 3 deletions templates/new/_Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ ink_lang = { version = "3.0.0-rc3", default-features = false }
scale = { package = "parity-scale-codec", version = "2.1", default-features = false, features = ["derive"] }
scale-info = { version = "0.6.0", default-features = false, features = ["derive"], optional = true }

# Should be removed once bitvecto-rs/bitvec#105 is resolved
funty = "=1.1.0"

[lib]
name = "{{name}}"
path = "lib.rs"
Expand Down

0 comments on commit ded0851

Please sign in to comment.