Skip to content

Commit

Permalink
readme: require Rust 1.37, because enum aliases need it
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Nov 27, 2019
1 parent a88ae70 commit 3cc59d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<b id="n1">1</b>. Rust support is limited and not complete yet, but it is mostly functional already. Breaking changes are possible at this stage.

Expand Down

0 comments on commit 3cc59d5

Please sign in to comment.