From acb159d3d428fc483a7f447399d1460e78347acb Mon Sep 17 00:00:00 2001 From: lucarlig Date: Tue, 19 Mar 2024 13:37:38 +0000 Subject: [PATCH] bump to nightly-2024-03-07 --- .github/workflows/verify.yaml | 2 +- Cargo.lock | 4 ++-- Cargo.toml | 7 +++++-- rust-toolchain | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 2b3f718..30c6cf6 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -6,7 +6,7 @@ concurrency: cancel-in-progress: true env: - toolchain: nightly-2024-02-22 + toolchain: nightly-2024-03-07 jobs: fmt: diff --git a/Cargo.lock b/Cargo.lock index 4041f27..5eab17f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clippy_config" version = "0.1.78" -source = "git+https://github.com/rust-lang/rust-clippy?rev=aa2c94e416d346341fe3a875160a7d064596f4d3#aa2c94e416d346341fe3a875160a7d064596f4d3" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b5dcaae8448ce700807c9d9fec4763ec00f7e976#b5dcaae8448ce700807c9d9fec4763ec00f7e976" dependencies = [ "rustc-semver", "serde", @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "clippy_utils" version = "0.1.78" -source = "git+https://github.com/rust-lang/rust-clippy?rev=aa2c94e416d346341fe3a875160a7d064596f4d3#aa2c94e416d346341fe3a875160a7d064596f4d3" +source = "git+https://github.com/rust-lang/rust-clippy?rev=b5dcaae8448ce700807c9d9fec4763ec00f7e976#b5dcaae8448ce700807c9d9fec4763ec00f7e976" dependencies = [ "arrayvec", "clippy_config", diff --git a/Cargo.toml b/Cargo.toml index 17955ef..7a06101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "mate" version = "0.1.0" -authors = ["Cameron Low ", "Luca Carlig ", + "Luca Carlig