diff options
author | Denis Lisov <dennis.lissov@gmail.com> | 2020-04-26 04:00:39 +0300 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-04-26 18:56:23 +0200 |
commit | c11b780fcb13ce7fe50b76d0c250cef83d49c880 (patch) | |
tree | 494fe894b84072b03ce0221a3c20c89b98d92fb5 /README.md | |
parent | 2793fd43f23d37462da0f3d1e9359e1877ac3503 (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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |