Skip to content

Commit

Permalink
chore: update pinned rust nightly version to 2024-02-03 (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel authored Feb 5, 2024
1 parent 8202feb commit 8361f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ error[E0277]: `{integer}` is not an iterator
| | `{integer}` is not an iterator
| required by a bound introduced by this call
|
= help: the trait `Iterator` is not implemented for `{integer}`
= help: the trait `Iterator` is not implemented for `{integer}`, which is required by `{integer}: IntoIterator`
= note: if you want to iterate between `start` until a value `end`, use the exclusive range syntax `start..end` or the inclusive range syntax `start..=end`
= note: required for `{integer}` to implement `IntoIterator`
note: required by a bound in `check_iter`
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-10-24"
channel = "nightly-2024-02-03"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown", "x86_64-unknown-linux-musl"]

0 comments on commit 8361f9c

Please sign in to comment.