diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0b31c7a..e033def 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,8 +6,7 @@ build: python: "3.13" jobs: pre_install: - - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - - source ~/.cargo/env + - apt install -y cargo sphinx: configuration: docs/conf.py diff --git a/Cargo.toml b/Cargo.toml index 85e84ed..a8224bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "read_aconity_layers" -version = "0.4.4" +version = "0.4.5" edition = "2021" [lib]