-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump serde from 1.0.216 to 1.0.217 in the rust-dependenc…
…ies group (#663) * build(deps): bump serde in the rust-dependencies group Bumps the rust-dependencies group with 1 update: [serde](https://github.com/serde-rs/serde). Updates `serde` from 1.0.216 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.216...v1.0.217) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * ci * clippy * ci * try build std * fix(ci): misuse dtolnay/rust-toolchain * Revert "try build std" This reverts commit 0740888. * ci fix rustup * Update rust-toolchain.toml Signed-off-by: Yuwei Ba <dev@watfaq.com> * Update ci.yml Signed-off-by: iHsin <root@itsusinn.eu.org> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Yuwei Ba <dev@watfaq.com> Signed-off-by: iHsin <root@itsusinn.eu.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: iHsin <root@itsusinn.eu.org> Co-authored-by: Yuwei Ba <dev@watfaq.com>
- Loading branch information
1 parent
b526c04
commit 54f66c1
Showing
4 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[toolchain] | ||
channel = "nightly" # until https://github.com/rust-lang/rust-clippy/issues/13457 | ||
channel = "nightly-2024-12-20" |