Skip to content

Commit 21cb39d

Browse files
committed
misc: Update Rust edition
1 parent b5e352a commit 21cb39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "A Rust JSON structural diff library"
66
repository = "https://github.com/Luni-4/json-structural-diff"
77
keywords = ["json-structural-diff", "json-diff"]
88
license = "MIT"
9-
edition = "2018"
9+
edition = "2021"
1010

1111
[features]
1212
colorize = ["console"]

0 commit comments

Comments
 (0)