Skip to content

Commit 443a2d7

Browse files
authored
Update .readthedocs.yaml
fix: error: package `cargo-platform v0.1.9` cannot be built because it requires rustc 1.78 or newer, while the currently active rustc version is 1.75.0
1 parent bacff10 commit 443a2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ sphinx:
1010
build:
1111
os: "ubuntu-22.04"
1212
tools:
13-
python: "3.9"
14-
rust: "1.75"
13+
python: "3.10"
14+
rust: "1.78"
1515

1616
python:
1717
install:

0 commit comments

Comments
 (0)