File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : a74894d
2+ _commit : 74b8054
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : rustjswasm
Original file line number Diff line number Diff line change 2626 "access" : " public"
2727 },
2828 "scripts" : {
29- "setup" : " cargo install -f wasm-bindgen-cli --version 0.2.101 " ,
29+ "setup" : " cargo install -f wasm-bindgen-cli --version 0.2.104 " ,
3030 "build:debug" : " node build.mjs --debug" ,
3131 "build:rust" : " cargo build --release --all-features --target wasm32-unknown-unknown" ,
3232 "build:wasm-bindgen" : " wasm-bindgen ../target/wasm32-unknown-unknown/release/python_template_rust.wasm --out-dir ./dist/pkg --target web" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requirements: ## install required dev dependencies
55 rustup component add clippy
66 cargo install -f cargo-nextest
77 cargo install -f cargo-llvm-cov
8- cargo install -f wasm-bindgen-cli
8+ cargo install -f wasm-bindgen-cli --version 0.2.104
99 rustup target add wasm32-unknown-unknown
1010
1111develop : requirements # # install required dev dependencies
You can’t perform that action at this time.
0 commit comments