diff options
author | Kyle Mayes <kyle@mayeses.com> | 2020-08-08 14:40:13 -0400 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2020-08-18 02:39:06 +0200 |
commit | c15355306c04a08daad1bc3337fa557b62b9c797 (patch) | |
tree | 264829c0181ac1059063b1f32e3e715217dfca90 /README.md | |
parent | 18ed6f418ec40d57d7e9f658416f47d3e7b5c6af (diff) |
Bump MSRV to 1.40.0
The libloading crate is used for runtime linking
and since 0.6.0 it has a MSRV of 1.40.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ extern "C" { ## MSRV -The minimum supported Rust version is **1.34**. +The minimum supported Rust version is **1.40**. No MSRV bump policy has been established yet, so MSRV may increase in any release. |