Skip to content

Commit

Permalink
Remove dependency on liquid
Browse files Browse the repository at this point in the history
The Travis CI builds keep pulling in liquid 0.15 even with this extra
dependency. Unfortunately that version triggers an accepted regression
in Rust, see rust-lang/rust#60958
  • Loading branch information
svenfoo committed Sep 11, 2019
1 parent 8534ec3 commit 3edc653
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ console_error_panic_hook = { version = "0.1.1", optional = true }
# Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now.
wee_alloc = { version = "0.4.2", optional = true }

# We do not directly depend on this, but try to force a recent version in an
# attempt to fix the Travis CI builds.
liquid = "0.18.2"

[dev-dependencies]
wasm-bindgen-test = "0.2"

Expand Down

0 comments on commit 3edc653

Please sign in to comment.