summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Mayes <kyle@mayeses.com>2020-08-08 14:40:13 -0400
committerEmilio Cobos Álvarez <emilio@crisal.io>2020-08-18 02:39:06 +0200
commitc15355306c04a08daad1bc3337fa557b62b9c797 (patch)
tree264829c0181ac1059063b1f32e3e715217dfca90 /README.md
parent18ed6f418ec40d57d7e9f658416f47d3e7b5c6af (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1268d06e..bd687858 100644
--- a/README.md
+++ b/README.md
@@ -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.