Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 9ca0d11

Browse files
committed
chore: rust 2021 edition
Signed-off-by: Chojan Shang <[email protected]>
1 parent 1e0dd3f commit 9ca0d11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://github.com/ritelabs/failpoints"
1010
documentation = "https://docs.rs/failpoints"
1111
description = "Failpoints for rust. Another fail-rs."
1212
categories = ["development-tools::testing"]
13-
edition = "2018"
13+
edition = "2021"
1414
exclude = ["/.github/*"]
1515

1616
[dependencies]

examples/failpoint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "failpoint"
33
version = "0.1.0"
44
authors = ["Chojan Shang <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66

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

0 commit comments

Comments
 (0)