From 3cc59d5ef51be6d329635861d0be762aed3df822 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 27 Nov 2019 23:13:38 +0100 Subject: [PATCH] readme: require Rust 1.37, because enum aliases need it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a138b0ac8..9ca49296b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Please visit the [documentation]. | **C** | C99, C11 | GCC 6+, clang 3.8+, MSVC 2015+ | **C++** | C++11, C++14, C++17 | GCC 6+, clang 3.8+, MSVC 2015+ | **Go** _(bindings)_ | 1.9 - 1.12 | -| **Rust** _(bindings)_[¹](#n1) | 2018 edition | 1.31.0 and newer +| **Rust** _(bindings)_[¹](#n1) | 2018 edition | 1.37.0 and newer 1. Rust support is limited and not complete yet, but it is mostly functional already. Breaking changes are possible at this stage.