summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-29 17:27:27 +0100
committerGitHub <noreply@github.com>2021-12-29 17:27:27 +0100
commitca1dd04151c01751f101ee3f6fe5abb9af4e152c (patch)
tree155388cdf234ad4238f84acf34e95e8f4acbe7e0
parent58ac61364293e67755bd0a88c35723a0ef82afd4 (diff)
parent460196a445d0d52a398ece217c4f0e6bdf340395 (diff)
Merge pull request #280 from matthiasbeyer/add-msrv
Add comment on MSRV
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 03b21b9..636e974 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,12 @@ See [custom_format](https://github.com/mehcode/config-rs/tree/master/examples/cu
See the [documentation](https://docs.rs/config) or [examples](https://github.com/mehcode/config-rs/tree/master/examples) for
more usage information.
+
+## MSRV
+
+We currently support Rust 1.46.0 and newer.
+
+
## License
config-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).