diff --git a/Cargo.toml b/Cargo.toml index 3ebda5435b..b1d1a05ef0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ include = [ "/tests/**", ] edition = "2018" +rust-version = "1.31" [features] default = ["derive", "parsing", "printing", "clone-impls", "proc-macro"]