Skip to content

Commit 1b6d398

Browse files
Update from copier (2026-05-21T16:09:42)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bebeefe commit 1b6d398

5 files changed

Lines changed: 17 additions & 12 deletions

File tree

.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: 2f2c13b
2+
_commit: a91d867
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rustjswasm

Cargo.lock

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

js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ crate-type = ["cdylib"]
1313

1414
[dependencies]
1515
python_template_rust = { path = "../rust", version = "*" }
16-
wasm-bindgen = "=0.2.115"
16+
wasm-bindgen = "=0.2.121"

js/package.json

Lines changed: 6 additions & 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 --version 0.2.115 --locked",
29+
"setup": "cargo install -f wasm-bindgen-cli --version 0.2.121 --locked",
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",
@@ -52,8 +52,13 @@
5252
"dependencies": {},
5353
"devDependencies": {
5454
"@playwright/test": "^1.60.0",
55+
<<<<<<< before updating
5556
"cpy": "^13.2.1",
5657
"esbuild": "^0.28.0",
58+
=======
59+
"cpy": "^13.2.2",
60+
"esbuild": "^0.27.4",
61+
>>>>>>> after updating
5762
"lightningcss": "^1.29.3",
5863
"http-server": "^14.1.1",
5964
"nodemon": "^3.1.14",

rust/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requirements: ## install required dev dependencies
55
rustup component add clippy
66
cargo install --force --locked cargo-nextest
77
cargo install --force --locked cargo-llvm-cov
8-
cargo install --force --locked wasm-bindgen-cli --version 0.2.115
8+
cargo install --force --locked wasm-bindgen-cli --version 0.2.121
99
rustup target add wasm32-unknown-unknown
1010

1111
develop: requirements ## install required dev dependencies

0 commit comments

Comments
 (0)