mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-10 15:48:59 -07:00
upgrade the rust edition
This commit is contained in:
+2
-2
@@ -1,13 +1,13 @@
|
||||
[package]
|
||||
name = "diffutils"
|
||||
version = "0.3.0"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
description = "A CLI app for generating diff files"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/uutils/diffutils"
|
||||
|
||||
[lib]
|
||||
name = "diffutils"
|
||||
name = "diffutilslib"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
|
||||
Reference in New Issue
Block a user