void-packages/srcpkgs/procs/patches/edition.patch
2021-12-17 05:18:48 -03:00

14 lines
346 B
Diff

diff --git a/Cargo.toml b/Cargo.toml
index 8291632b86..9c9e1193d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ categories = ["command-line-utilities"]
license = "MIT"
readme = "README.md"
description = "A modern replacement for ps"
-edition = "2021"
+edition = "2018"
exclude = ["img/*", "config/*"]
[package.metadata.release]