Skip to content

Commit

Permalink
Enforce nightly compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Nov 12, 2022
1 parent 53a764c commit d1f7d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/diffhtml-rust-parser/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default:
RUSTFLAGS="-C target-feature=+simd128" cargo build --release
RUSTFLAGS="-C target-feature=+simd128" cargo +nightly build --release
mkdir -p dist
wasm-bindgen ./target/wasm32-unknown-unknown/release/parser.wasm --out-dir dist
wasm-bindgen ./target/wasm32-unknown-unknown/release/parser.wasm --out-dir dist

0 comments on commit d1f7d61

Please sign in to comment.