Skip to content

Commit acb159d

Browse files
committed
bump to nightly-2024-03-07
1 parent 9552a6a commit acb159d

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/verify.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ concurrency:
66
cancel-in-progress: true
77

88
env:
9-
toolchain: nightly-2024-02-22
9+
toolchain: nightly-2024-03-07
1010

1111
jobs:
1212
fmt:

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "mate"
33
version = "0.1.0"
4-
authors = ["Cameron Low <cameron.low.2018@bristol.ac.uk>", "Luca Carlig <luca.carlig@huawei.com"]
4+
authors = [
5+
"Cameron Low <cameron.low.2018@bristol.ac.uk>",
6+
"Luca Carlig <luca.carlig@huawei.com",
7+
]
58
description = "library of lints for automatic parallelization"
69
edition = "2021"
710
publish = false
@@ -40,7 +43,7 @@ members = [
4043
dylint_testing = "3.0.0"
4144

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

4649
[workspace.metadata.dylint]

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2024-02-22"
2+
channel = "nightly-2024-03-07"
33
components = ["llvm-tools-preview", "rustc-dev"]

0 commit comments

Comments
 (0)