Skip to content

Commit 385d09c

Browse files
authored
Merge pull request #14 from python-project-templates/copier-update-2025-09-10T23-37-17
Update from copier (2025-09-10T23:37:17)
2 parents bc852a2 + 583a4bf commit 385d09c

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 0b166a3
2+
_commit: 3b6e90f
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rustjswasm

js/Cargo.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"scripts": {
29-
"setup": "cargo install -f wasm-bindgen-cli",
29+
"setup": "cargo install -f wasm-bindgen-cli --version 0.2.101",
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",

0 commit comments

Comments
 (0)