From 9740221aea93f4872e6369522aa55f0a93c3742a Mon Sep 17 00:00:00 2001 From: Rachel Tublitz Date: Tue, 10 Mar 2020 17:43:09 -0400 Subject: [PATCH] chore: add minumum supported rust version closes #424 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1df8b7e7..046a70af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ authors = [ "Phil Jenvey ", ] edition = "2018" +rust = "1.39.0" [profile.release] # Enables line numbers in Sentry