Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 4, 2025
1 parent 4af3e1b commit d1ebec0
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 58 deletions.
117 changes: 60 additions & 57 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,8 @@ wasm-bindgen-test = "0.3"

[package.metadata.docs.rs]
features = ["all"]

[patch.crates-io]
aluvm = { git = "https://github.com/AluVM/aluvm", branch = "master" }
zk-aluvm = { git = "https://github.com/AluVM/zk-aluvm", branch = "master" }
ultrasonic = { git = "https://github.com/AluVM/ultrasonic", branch = "master" }
2 changes: 1 addition & 1 deletion api/src/adaptors/embedded.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl EmbeddedImmutable {
elems.push(u256::from_le_bytes(buf));
}

StateValue::from(elems)
StateValue::from_iter(elems)
}
}

Expand Down

0 comments on commit d1ebec0

Please # to comment.