aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2021-10-01 23:41:38 -0700
committerGitHub <noreply@github.com>2021-10-01 23:41:38 -0700
commit15f709e8176b8f3df59ced28343ed7578fe2cb4a (patch)
tree95a86b994010d6f99fa222d74d43d3a790c3f0eb
parent23ffc13de05e68f688308649f7d359c40d7079f2 (diff)
parent5c9726120f7a8d34e1be4d971533480190384c0a (diff)
downloadunicode-xid-15f709e8176b8f3df59ced28343ed7578fe2cb4a.tar.gz
Merge pull request #25 from dtolnay-contrib/rust-version
Declare minimum Rust version in Cargo metadata
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9789f8a..43bbec0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ or XID_Continue properties according to
Unicode Standard Annex #31.
"""
exclude = ["/.github/**", "/scripts/*"]
+rust-version = "1.17"
[features]
default = []