Skip to content

Commit

Permalink
release Triton VM v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Jan 12, 2023
1 parent 6e0c4b9 commit d68e551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions triton-vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "triton-vm"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
authors = ["Triton Software AG"]

Expand Down Expand Up @@ -31,7 +31,7 @@ default-features = false

[dependencies]
twenty-first = "0.10"
triton-opcodes = {path = "../triton-opcodes"}
triton-opcodes = "0.12"
triton-profiler = "0.11"
anyhow = "1.0"
bincode = "1.3"
Expand Down

0 comments on commit d68e551

Please sign in to comment.