From 9441d6c87419f94e0ebaffdf69f9b01f0aec4ddb Mon Sep 17 00:00:00 2001 From: bear Date: Sat, 5 Mar 2022 10:26:51 +0800 Subject: [PATCH] Revert rust edition version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be47543..baf0d33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "open" version = "2.1.0" authors = ["Sebastian Thiel "] license = "MIT" -edition = "2021" +edition = "2018" readme = "README.md" description = "Open a path or URL using the program configured on the system" repository = "https://github.com/Byron/open-rs"