summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDenis Lisov <dennis.lissov@gmail.com>2020-04-26 04:00:39 +0300
committerEmilio Cobos Álvarez <emilio@crisal.io>2020-04-26 18:56:23 +0200
commitc11b780fcb13ce7fe50b76d0c250cef83d49c880 (patch)
tree494fe894b84072b03ce0221a3c20c89b98d92fb5 /README.md
parent2793fd43f23d37462da0f3d1e9359e1877ac3503 (diff)
Readme/CI: mention and test the MSRV
Write down the minimal supported Rust version in the README.md and add a CI test that ensures MSRV bumps cannot happen accidentally.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index b7340a5c..a972ab9f 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,12 @@ extern "C" {
[📚 Read the `bindgen` users guide here! 📚](https://rust-lang.github.io/rust-bindgen)
+## MSRV
+
+The minimum supported Rust version is **1.34**.
+
+No MSRV bump policy has been established yet, so MSRV may increase in any release.
+
## API Reference
[API reference documentation is on docs.rs](https://docs.rs/bindgen)