File tree Expand file tree Collapse file tree 6 files changed +12
-26
lines changed
Expand file tree Collapse file tree 6 files changed +12
-26
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 4d4d95a
2+ _commit : 3160d4c
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : rustjswasm
Original file line number Diff line number Diff line change 8383 token : ${{ secrets.CODECOV_TOKEN }}
8484
8585 - name : Set up QEMU
86- uses : docker/setup-qemu-action@v3
86+ uses : docker/setup-qemu-action@v4
8787 with :
8888 platforms : all
8989 if : runner.os == 'Linux' && runner.arch == 'X64'
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ __pycache__/
1111* .exp
1212* .lib
1313
14+ # Rust
15+ target
16+
1417# Distribution / packaging
1518.Python
1619build /
@@ -55,26 +58,12 @@ junit.xml
5558.hypothesis /
5659.pytest_cache /
5760
58- # Translations
59- * .mo
60- * .pot
61-
62- # Django stuff:
61+ # Django
6362* .log
6463local_settings.py
6564db.sqlite3
6665db.sqlite3-journal
6766
68- # Flask stuff:
69- instance /
70- .webassets-cache
71-
72- # Scrapy stuff:
73- .scrapy
74-
75- # PyBuilder
76- target /
77-
7867# IPython
7968profile_default /
8069ipython_config.py
@@ -85,15 +74,12 @@ ipython_config.py
8574# pipenv
8675Pipfile.lock
8776
88- # PEP 582; used by e.g. github.com/David-OConnor/pyflow
89- __pypackages__ /
90-
91- # Celery stuff
77+ # Celery
9278celerybeat-schedule
9379celerybeat.pid
9480
95- # SageMath parsed files
96- * .sage.py
81+ # Airspeed Velocity
82+ .asv
9783
9884# Environments
9985.env
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ crate-type = ["cdylib"]
1313
1414[dependencies ]
1515transports = { path = " ../rust" , version = " *" }
16- wasm-bindgen = " 0.2.108 "
16+ wasm-bindgen = " 0.2.114 "
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.108 " ,
29+ "setup" : " cargo install -f wasm-bindgen-cli --version 0.2.114 " ,
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/transports.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 --locked
77 cargo install -f cargo-llvm-cov
8- cargo install -f wasm-bindgen-cli --version 0.2.108
8+ cargo install -f wasm-bindgen-cli --version 0.2.114
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