Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 6ffb0f9

Browse files
committed
readme: require Rust 1.37.0, because enum aliases need it
1 parent a88ae70 commit 6ffb0f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ and this project adheres to [Semantic Versioning].
1818

1919
### Changed
2020

21+
- Require Rust 1.37.0 as a minimum.
2122
- In the Rust bindings mark read-only functions in `ExecutionContext` as non-mutating.
2223
[#444](https://github.com/ethereum/evmc/pull/444)
2324
- In the C++ `HostInterface` the logically read-only methods are marked with `const`.
2425
[#461](https://github.com/ethereum/evmc/pull/461)
2526
- Updated dependencies of the Rust bindings to latest stable versions.
2627
[#462](https://github.com/ethereum/evmc/pull/462)
2728

28-
2929
## [7.0.0] „Istanbul Ready” — 2019-11-11
3030

3131
This version of EVMC delivers compatibility with Istanbul EVM revision.

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)