Skip to content

Commit 5e4849f

Browse files
committed
chore(rust): update RTD.
1 parent 289ae5b commit 5e4849f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.readthedocs.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ build:
1010
os: ubuntu-22.04
1111
tools:
1212
python: "3.10"
13-
# rust: "1.80.1"
1413
commands:
15-
- asdf install rust 1.81.0
16-
- asdf global rust 1.81.0
14+
- asdf install rust 1.82.0
15+
- asdf global rust 1.82.0
1716
- cp examples/*.ipynb docs/tutorials
1817
- python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH
1918
- python -m pip install --upgrade --no-cache-dir pip setuptools

0 commit comments

Comments
 (0)