Skip to content

Commit a1096c2

Browse files
committed
Declare minimum Rust version in Cargo metadata
1 parent fc28611 commit a1096c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ include = [
1919
"/tests/**",
2020
]
2121
edition = "2018"
22+
rust-version = "1.31"
2223

2324
[features]
2425
default = ["derive", "parsing", "printing", "clone-impls", "proc-macro"]

0 commit comments

Comments
 (0)