Skip to content

Commit ccf9db2

Browse files
authored
Merge pull request #57 from kinode-dao/develop
develop
2 parents fa6f7de + e80d706 commit ccf9db2

File tree

12 files changed

+1136
-961
lines changed

12 files changed

+1136
-961
lines changed

Cargo.lock

Lines changed: 337 additions & 723 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@ license-file = "LICENSE"
77
homepage = "https://kinode.org"
88
repository = "https://github.com/kinode-dao/process_lib"
99

10-
[features]
11-
eth = ["ethers-core", "alloy-rpc-types"]
12-
1310
[dependencies]
14-
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy.git", rev = "3b1c310", optional = true }
11+
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "6f8ebb4" }
12+
alloy-primitives = "0.6.3"
13+
alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "6f8ebb4" }
14+
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy.git", rev = "6f8ebb4" }
1515
anyhow = "1.0"
1616
bincode = "1.3.3"
17-
ethers-core = { version = "2.0.11", optional = true }
1817
http = "1.0.0"
1918
serde = { version = "1.0", features = ["derive"] }
2019
serde_json = "1.0"
2120
rand = "0.8"
2221
thiserror = "1.0"
2322
url = "2.4.1"
2423
mime_guess = "2.0"
25-
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "efcc759" }
24+
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "21a46c7" }

kinode-wit

0 commit comments

Comments
 (0)