Skip to content

Commit

Permalink
Remove nightly flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Dec 30, 2023
1 parent 9dd5c3b commit 9533483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 +nightly build --release
RUSTFLAGS="-C target-feature=+simd128" cargo build --release
mkdir -p dist
wasm-bindgen ./target/wasm32-unknown-unknown/release/parser.wasm --target=bundler --omit-default-module-path --out-dir dist

0 comments on commit 9533483

Please sign in to comment.