Skip to content

Commit bc449c2

Browse files
authored
chore: Bump Rust toolchain and dependencies (#277)
1 parent c846677 commit bc449c2

3 files changed

Lines changed: 808 additions & 262 deletions

File tree

.readthedocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
version: 2
22
build:
3-
os: ubuntu-20.04
3+
os: ubuntu-24.04
44
tools:
55
python: mambaforge-latest
66
commands:
7-
- mamba install -c conda-forge/label/rust_dev -c conda-forge -c nodefaults pixi rust
8-
- pixi run -e docs readthedocs
7+
- mamba install -c conda-forge -c nodefaults pixi
8+
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
9+
- PATH=$HOME/.cargo/bin:$PATH rustup install
10+
- PATH=$HOME/.cargo/bin:$PATH pixi run -e docs readthedocs
911
sphinx:
1012
configuration: docs/conf.py
1113
formats:

0 commit comments

Comments
 (0)