From 2b5cd5ab5968b56d050ea21decb87f3d08c14629 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 27 Nov 2019 22:58:03 +0100 Subject: [PATCH] changelog: mention update of Rust dependencies --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b16b1cb..06bbd96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning]. [#444](https://github.com/ethereum/evmc/pull/444) - In the C++ `HostInterface` the logically read-only methods are marked with `const`. [#461](https://github.com/ethereum/evmc/pull/461) +- Updated dependencies of the Rust bindings to latest stable versions. + [#462](https://github.com/ethereum/evmc/pull/462) ## [7.0.0] „Istanbul Ready” — 2019-11-11