Skip to content

Commit

Permalink
chore: Release Triton VM v0.42.0 alpha 11
Browse files Browse the repository at this point in the history
✨ Features

- Implement `Deref` for `PublicInput` (5a52154)
- Introduce instructions `pick` and `place` (b769392)

⚙️ Miscellaneous

- (!) Seal `InputIndicator` trait (b803e13)
- (!) Use “main” & “aux over “base” & “ext” (b842ec5)
- (!) Seal trait `AIR` (44d9484)

♻️ Refactor

- (!) Shorten enum names (f9139c4)
  • Loading branch information
jan-ferdinand committed Sep 16, 2024
1 parent 44d9484 commit 62f8357
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit 62f8357

Please sign in to comment.