@parcel/rust 2.12.1-canary.3176 → 2.12.1-canary.3178

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/rust",
3
- "version": "2.12.1-canary.3176+2a75be0cd",
3
+ "version": "2.12.1-canary.3178+e60cbeb87",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -39,5 +39,5 @@
39
39
  "wasm:build": "cargo build -p parcel-node-bindings --target wasm32-unknown-unknown && cp ../../../target/wasm32-unknown-unknown/debug/parcel_node_bindings.wasm .",
40
40
  "wasm:build-release": "CARGO_PROFILE_RELEASE_LTO=true cargo build -p parcel-node-bindings --target wasm32-unknown-unknown --release && wasm-opt --strip-debug -O ../../../target/wasm32-unknown-unknown/release/parcel_node_bindings.wasm -o parcel_node_bindings.wasm"
41
41
  },
42
- "gitHead": "2a75be0cdf15cc756145b205c705717ca38ba41e"
42
+ "gitHead": "e60cbeb87f96c7d48b1891d20f27e3bb004e6c63"
43
43
  }