Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 3cc59d5

Browse files
committed
readme: require Rust 1.37, because enum aliases need it
1 parent a88ae70 commit 3cc59d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please visit the [documentation].
2424
| **C** | C99, C11 | GCC 6+, clang 3.8+, MSVC 2015+
2525
| **C++** | C++11, C++14, C++17 | GCC 6+, clang 3.8+, MSVC 2015+
2626
| **Go** _(bindings)_ | 1.9 - 1.12 |
27-
| **Rust** _(bindings)_[¹](#n1) | 2018 edition | 1.31.0 and newer
27+
| **Rust** _(bindings)_[¹](#n1) | 2018 edition | 1.37.0 and newer
2828

2929
<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.
3030

0 commit comments

Comments
 (0)