Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ferdinand committed Oct 17, 2023
1 parent 8f0a2cf commit 2c16ceb
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 65 deletions.
113 changes: 57 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ num = "0.4"
rand = "0"
syn = { version = "1.0", features = ["full", "extra-traits"] }
tasm-lib = { git = "https://github.com/TritonVM/tasm-lib.git" }
triton-vm = "0.34"
triton-vm = "0.35"
twenty-first = "0.34"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions src/tasm_code_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ fn compile_expr(
{&lhs_expr_code}
{&rhs_expr_code}
swap 1
div
div_mod
pop
)
}
Expand Down Expand Up @@ -1936,7 +1936,7 @@ fn compile_expr(
{&lhs_expr_code}
{&rhs_expr_code}
swap 1
div
div_mod
swap 1
pop
)
Expand Down
Loading

0 comments on commit 2c16ceb

Please sign in to comment.