From 8cacae52fcd57b9082d918c199f62c31995a26cd Mon Sep 17 00:00:00 2001 From: Qinxuan Chen Date: Tue, 24 Oct 2023 03:07:40 +0800 Subject: [PATCH] Release v0.15.0 (#51) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c0e8a3..974038d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "ethereum" -version = "0.14.0" +version = "0.15.0" license = "Apache-2.0" authors = ["Wei Tang "] description = "Core block and transaction types for Ethereum." repository = "https://github.com/rust-blockchain/ethereum" keywords = ["no_std", "ethereum"] -edition = "2018" +edition = "2021" [dependencies] bytes = { version = "1.0", default-features = false }