Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 5e150ea

Browse files
rust: make evmc-client thread safety in HostContext
Refine this module make it more like go-binding implementation.
1 parent 7dbcfe0 commit 5e150ea

File tree

3 files changed

+175
-202
lines changed

3 files changed

+175
-202
lines changed

bindings/rust/evmc-client/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ edition = "2018"
1414
[dependencies]
1515
evmc-sys = { path = "../evmc-sys", version = "7.4.0" }
1616
evmc-vm = { path = "../evmc-vm", version = "7.4.0" }
17-
libloading = "0.5"
17+
libloading = "0.5"
18+
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)