Skip to content

Commit 3638f82

Browse files
committed
Edition 2021
1 parent 060cf48 commit 3638f82

File tree

8 files changed

+8
-19
lines changed

8 files changed

+8
-19
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
[package]
22
name = "crater"
33
version = "0.1.0"
4-
authors = [
5-
"Brian Anderson <banderson@mozilla.com>",
6-
"Pietro Albini <pietro@pietroalbini.org>",
7-
]
8-
edition = "2018"
4+
edition = "2021"
95

106
build = "build.rs"
117

local-crates/beta-faulty-deps/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "beta-faulty-deps"
33
version = "0.1.0"
4-
authors = ["Giacomo Pasini <g.pasini98@gmail.com>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]
87
error_code = {git = "https://github.com/rust-lang/crater", rev = "f190933e896443e285e3bb6962fb87d7439b8d65"}

local-crates/clippy-warn/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "clippy-warn"
33
version = "0.1.0"
4-
authors = ["Dylan MacKenzie <ecstaticmorse@gmail.com>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]

local-crates/docs-rs-features/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "docs-rs-features"
33
version = "0.1.0"
4-
authors = ["Joshua Nelson <jyn514@gmail.com>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
87

local-crates/error-code/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "error_code"
33
version = "0.1.0"
4-
authors = ["Giacomo Pasini <g.pasini98@gmail.com>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]
87

local-crates/faulty-deps/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "faulty-deps"
33
version = "0.1.0"
4-
authors = ["Giacomo Pasini <g.pasini98@gmail.com>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]
87
error_code = {git = "https://github.com/rust-lang/crater", rev = "c3f462bdab37a93c24b2b172b90564749e892cbc"}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "outdated-lockfile"
33
version = "0.1.0"
4-
authors = ["Pietro Albini <pietro@pietroalbini.org>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]

local-crates/yanked-deps/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "yanked-deps"
33
version = "0.1.0"
4-
authors = ["Pietro Albini <pietro@pietroalbini.org>"]
5-
edition = "2018"
4+
edition = "2021"
65

76
[dependencies]
87
ring = "0.2"

0 commit comments

Comments
 (0)