Skip to content

Commit

Permalink
Pin rust toolchain version
Browse files Browse the repository at this point in the history
This ensures that a specific (`1.76`) rust version is used. More recent
versions break the `time` version currently used:

```
<failure>
   = note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update`
```
  • Loading branch information
nmattia committed Dec 3, 2024
1 parent 588e362 commit 1fc3d55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions search/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.76.0"

0 comments on commit 1fc3d55

Please sign in to comment.