From 62f835752c0033c57c2141a0e1f5871d2b471da5 Mon Sep 17 00:00:00 2001 From: Jan Ferdinand Sauer Date: Mon, 16 Sep 2024 09:38:03 +0200 Subject: [PATCH] chore: Release Triton VM v0.42.0 alpha 11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✨ Features - Implement `Deref` for `PublicInput` (5a521542) - Introduce instructions `pick` and `place` (b7693922) ⚙️ Miscellaneous - (!) Seal `InputIndicator` trait (b803e13a) - (!) Use “main” & “aux over “base” & “ext” (b842ec53) - (!) Seal trait `AIR` (44d94848) ♻️ Refactor - (!) Shorten enum names (f9139c46) --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 43a7ed2b9..8391ddf5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ lto = "thin" lto = "thin" [workspace.package] -version = "0.42.0-alpha.10" +version = "0.42.0-alpha.11" edition = "2021" authors = ["Triton Software AG"] license = "Apache-2.0" @@ -28,23 +28,23 @@ readme = "README.md" documentation = "https://triton-vm.org/spec/" [workspace.dependencies.air] -version = "0.42.0-alpha.10" +version = "0.42.0-alpha.11" path = "triton-air" package = "triton-air" [workspace.dependencies.constraint-builder] -version = "0.42.0-alpha.10" +version = "0.42.0-alpha.11" path = "triton-constraint-builder" package = "triton-constraint-builder" [workspace.dependencies.constraint-circuit] -version = "0.42.0-alpha.10" +version = "0.42.0-alpha.11" path = "triton-constraint-circuit" package = "triton-constraint-circuit" [workspace.dependencies.isa] -version = "0.42.0-alpha.10" +version = "0.42.0-alpha.11" path = "triton-isa" package = "triton-isa"