Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Dec 7, 2023
1 parent ba3c061 commit 48c9d9c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 33 deletions.
68 changes: 35 additions & 33 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ serde_json = "1"
wasm-bindgen = {version = "0.2", optional = true}
wasm-bindgen-futures = {version = "0.4", optional = true}


[target.'cfg(target_family = "wasm")'.dependencies]
jsonrpsee-wasm-client = {version = "0.20"}
[target.'cfg(not(target_family = "wasm"))'.dependencies]
jsonrpsee-ws-client = {version = "0.20", default-features = false}
tokio = {version = "1", features = ["full"]}

errno = {version = "=0.3.7", default-features = false}
rustix = {version = "=0.38.25", default-features = false}

[patch.crates-io]
cmod = {git = "https://github.com/rise0chen/cmod.git"}

0 comments on commit 48c9d9c

Please sign in to comment.