From 5f2a89e15a05a69cceb5d95d32685f8dbba9bfde Mon Sep 17 00:00:00 2001 From: James Date: Mon, 16 Dec 2024 13:27:54 -0500 Subject: [PATCH] v0.15.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce16426..60fd5e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trevm" -version = "0.15.0" +version = "0.15.1" rust-version = "1.82.0" edition = "2021" authors = ["init4"]