Skip to content

Commit

Permalink
Cargo.toml updates
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed Oct 9, 2023
1 parent cbdaa1e commit 7cfb643
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions lib/Cargo.lock

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

10 changes: 5 additions & 5 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ resolver = "2"
lto = true

[patch.crates-io]
vsdb = { git = 'https://github.com/defich/vsdb.git' }
vsdbsled = { git = 'https://github.com/defich/vsdbsled.git' }
ethereum = { git = 'https://github.com/defich/ethereum.git' }
vsdb = { git = "https://github.com/defich/vsdb.git" }
vsdbsled = { git = "https://github.com/defich/vsdbsled.git" }
ethereum = { git = "https://github.com/defich/ethereum.git" }

[workspace.dependencies]

Expand Down Expand Up @@ -89,7 +89,7 @@ spin = "0.9.8"

evm = { version = "0.39", default-features = false, features = ["with-serde"] }

ethereum = "0.14"
ethereum = { git = "https://github.com/defich/ethereum.git" }
ethereum-types = "0.14"
keccak-hash = "0.10"
rlp = "0.5"
Expand All @@ -109,7 +109,7 @@ vsdb_core = { version = "0.55", git = "https://github.com/defich/vsdb.git", feat
vsdbsled = { git = "https://github.com/defich/vsdbsled.git" }

#### Cache dependencies
lru = "0.11"
lru = "0.12"

#### Precompile dependencies
sp-io = "24.0"
Expand Down

0 comments on commit 7cfb643

Please sign in to comment.