Skip to content

Commit b886cd2

Browse files
committed
Pin Rust toolchain for reproducible builds
1 parent dbbe528 commit b886cd2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: "3.12"
2121

2222
- name: Set up Rust
23-
uses: dtolnay/rust-toolchain@stable
23+
uses: dtolnay/rust-toolchain@1.95.0
2424

2525
- name: Install Python dependencies
2626
run: |

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "1.95.0"
3+
profile = "minimal"
4+
components = ["rustfmt"]

0 commit comments

Comments
 (0)