Skip to content

Commit

Permalink
Use new sos-net version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Oct 25, 2023
1 parent 2e7102b commit ebd6735
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 6 deletions.
63 changes: 61 additions & 2 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ rustyline = "11"
rustyline-derive = "0.8"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sos-net]
version = "0.5.22"
version = "0.5.23"
features = ["full"]
path = "workspace/net"
#path = "workspace/net"

[target.'cfg(target_arch = "wasm32")'.dependencies]
tokio = { version = "1", features = ["rt", "time", "sync"] }

[target.'cfg(target_arch = "wasm32")'.dependencies.sos-net]
version = "0.5.22"
version = "0.5.23"
default-features = false
features = ["client"]
path = "workspace/net"
#path = "workspace/net"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
anyhow = "1"
Expand Down

0 comments on commit ebd6735

Please sign in to comment.