File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 2c98247
2+ _commit : fa27c8d
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 3535 node-version : [20.x]
3636
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939
4040 - uses : actions-ext/python/setup@main
4141 with :
Original file line number Diff line number Diff line change 1111 docs :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions-ext/python/setup@main
1616 - uses : actions-ext/rust/setup@main
1717 - uses : actions-ext/node/setup@main
Original file line number Diff line number Diff line change 2020 deploy :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - run : cp README.md docs/wiki/Home.md
2525 - uses : Andrew-Chen-Wang/github-wiki-action@v5
2626 with :
Original file line number Diff line number Diff line change 33requirements : # # install required dev dependencies
44 rustup component add rustfmt
55 rustup component add clippy
6- cargo install cargo-nextest
7- cargo install cargo-llvm-cov
6+ cargo install -f cargo-nextest
7+ cargo install -f cargo-llvm-cov
88 cargo install -f wasm-bindgen-cli
99 rustup target add wasm32-unknown-unknown
1010
You can’t perform that action at this time.
0 commit comments