From a0335dcca34832662f9164d5058da91e2a8d6dfb Mon Sep 17 00:00:00 2001 From: Jeffry Hesse Date: Wed, 13 Mar 2019 14:08:19 -0800 Subject: [PATCH] Woops --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3802871..4ce8907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cargo-pants" version = "0.0.1" authors = ["Glenn Mohre "] -edition = "2019" +edition = "2018" readme = "README.md" repository = "https://github.com/gmohre/cargo-pants" description = "cargo-pants is a cargo subcommand application that provides a bill of materials and a list of which dependencies have a vulnerability, powered by Sonatype OSSIndex"