From ea0f02be8c67694b79c38523d2dd606a57f6d654 Mon Sep 17 00:00:00 2001 From: manoranjith Date: Wed, 4 Dec 2024 18:38:55 +0100 Subject: [PATCH] chore: bump version to v0.1.2 --- fhevm-engine/Cargo.lock | 2 +- fhevm-engine/coprocessor/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fhevm-engine/Cargo.lock b/fhevm-engine/Cargo.lock index c20299fa..815fa3cf 100644 --- a/fhevm-engine/Cargo.lock +++ b/fhevm-engine/Cargo.lock @@ -1758,7 +1758,7 @@ dependencies = [ [[package]] name = "coprocessor" -version = "0.1.1" +version = "0.1.2" dependencies = [ "actix-web", "alloy", diff --git a/fhevm-engine/coprocessor/Cargo.toml b/fhevm-engine/coprocessor/Cargo.toml index 5753b38c..fb1e3cbc 100644 --- a/fhevm-engine/coprocessor/Cargo.toml +++ b/fhevm-engine/coprocessor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coprocessor" -version = "0.1.1" +version = "0.1.2" default-run = "coprocessor" authors.workspace = true edition.workspace = true