Skip to content

Commit

Permalink
chore: update rust to 1.80.1 (#19087)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored and ebmifa committed Aug 26, 2024
1 parent cc20b13 commit cf75cf9
Show file tree
Hide file tree
Showing 196 changed files with 620 additions and 793 deletions.
5 changes: 5 additions & 0 deletions .cargo/config → .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ xclippy = [
"clippy", "--all-targets", "--all-features", "--",
"-Wclippy::all",
"-Wclippy::disallowed_methods",
"-Aclippy::unnecessary_get_then_check",
]
xlint = "run --package x --bin x -- lint"
xtest = "run --package x --bin x -- external-crates-tests"
Expand All @@ -22,6 +23,9 @@ move-clippy = [
"-Aclippy::upper_case_acronyms",
"-Aclippy::type_complexity",
"-Aclippy::new_without_default",
"-Aclippy::question_mark",
"-Aclippy::unnecessary_get_then_check",
"-Aclippy::needless_borrows_for_generic_args",
]

mysql-clippy = [
Expand All @@ -38,6 +42,7 @@ mysql-clippy = [
"-Aclippy::upper_case_acronyms",
"-Aclippy::type_complexity",
"-Aclippy::new_without_default",
"-Aclippy::unnecessary_get_then_check",
]

[build]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,5 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Pin v4.1.1
- uses: mystenlabs/cargo-deny-action@main
- uses: taiki-e/install-action@cargo-deny
- run: cargo deny check
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ jobs:
runs-on: [ ubuntu-latest ]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Pin v4.1.1
- uses: mystenlabs/cargo-deny-action@main
- uses: taiki-e/install-action@cargo-deny
- run: cargo deny check

sui-excution-cut:
name: cutting a new execution layer
Expand Down
Loading

0 comments on commit cf75cf9

Please sign in to comment.