Skip to content

Commit

Permalink
Triton VM version 0.32.0
Browse files Browse the repository at this point in the history
Features/upgrades:
 - Merge crates `triton-opcodes` and `triton-profiler` into
   `triton-vm`
 - Macros for writing Triton assembly, `triton_asm!` and
   `triton_program!`
 - Rename `simulate` to `trace_execution`
 - Profile runs of the VM
  • Loading branch information
aszepieniec committed Aug 1, 2023
1 parent 0ab3ca2 commit 6ddd135
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[workspace]
members = [
"triton-vm",
"constraint-evaluation-generator",
]
members = ["triton-vm", "constraint-evaluation-generator"]

[profile.test]
opt-level = 1
Expand All @@ -14,7 +11,7 @@ lto = "thin"
lto = "thin"

[workspace.package]
version = "0.31.1"
version = "0.32.0"
edition = "2021"
authors = ["Triton Software AG"]
license = "Apache-2.0"
Expand All @@ -24,7 +21,7 @@ readme = "README.md"
documentation = "https://triton-vm.org/spec/"

[workspace.dependencies]
twenty-first = "0.30"
twenty-first = "0.31"
itertools = "0.10"
syn = "2.0"
quote = "1.0"
Expand Down

0 comments on commit 6ddd135

Please sign in to comment.