Skip to content

Commit

Permalink
bump to nightly-2024-03-07
Browse files Browse the repository at this point in the history
  • Loading branch information
lucarlig committed Mar 19, 2024
1 parent 9552a6a commit acb159d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
cancel-in-progress: true

env:
toolchain: nightly-2024-02-22
toolchain: nightly-2024-03-07

jobs:
fmt:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "mate"
version = "0.1.0"
authors = ["Cameron Low <[email protected]>", "Luca Carlig <[email protected]"]
authors = [
"Cameron Low <[email protected]>",
"Luca Carlig <[email protected]",
]
description = "library of lints for automatic parallelization"
edition = "2021"
publish = false
Expand Down Expand Up @@ -40,7 +43,7 @@ members = [
dylint_testing = "3.0.0"

[workspace.dependencies]
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "aa2c94e416d346341fe3a875160a7d064596f4d3" }
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "b5dcaae8448ce700807c9d9fec4763ec00f7e976" }
utils = { path = "utils" }

[workspace.metadata.dylint]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-02-22"
channel = "nightly-2024-03-07"
components = ["llvm-tools-preview", "rustc-dev"]

0 comments on commit acb159d

Please sign in to comment.