Skip to content

Commit 865f97c

Browse files
committed
upgrade the rust edition
1 parent f5b65a5 commit 865f97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "diffutils"
33
version = "0.3.0"
4-
edition = "2018"
4+
edition = "2021"
55
description = "A CLI app for generating diff files"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/uutils/diffutils"
88

99
[lib]
10-
name = "diffutils"
10+
name = "diffutilslib"
1111
path = "src/lib.rs"
1212

1313
[[bin]]

0 commit comments

Comments
 (0)