Skip to content

Commit bc5dc18

Browse files
committed
Install cargo in RTD.
1 parent d0dfdf8 commit bc5dc18

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: "3.11"
7+
rust: "1.70"
78

89
sphinx:
910
builder: dirhtml

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rpds-py"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)