diff --git a/triton-vm/Cargo.toml b/triton-vm/Cargo.toml index 9c7e545dd..6fded8d18 100644 --- a/triton-vm/Cargo.toml +++ b/triton-vm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "triton-vm" -version = "0.19.0" +version = "0.20.0" edition = "2021" authors = ["Triton Software AG"] @@ -31,8 +31,8 @@ default-features = false [dependencies] twenty-first = "0.19.3" -triton-opcodes = {path = "../triton-opcodes"} -triton-profiler = {path = "../triton-profiler"} +triton-opcodes = "0.20" +triton-profiler = "0.20" anyhow = "1.0" bincode = "1.3" itertools = "0.10.5"