Skip to content

Commit

Permalink
Attempt to fix Travis CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
svenfoo committed Sep 11, 2019
1 parent 5e12a14 commit 15cd91f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ 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"
liquid = "0.18.2"

[profile.release]
# Tell `rustc` to optimize for small code size.
Expand Down

0 comments on commit 15cd91f

Please sign in to comment.