From 9526407e11fc861337511a36457af2b95dd2cebf Mon Sep 17 00:00:00 2001 From: evalir Date: Tue, 17 Dec 2024 20:52:19 +0100 Subject: [PATCH] v0.17.0 (#71) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea7a155..2f7eacb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trevm" -version = "0.16.0" +version = "0.17.0" rust-version = "1.82.0" edition = "2021" authors = ["init4"]