Skip to content

Commit

Permalink
Bump version, update lock file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Oct 24, 2023
1 parent 9e12f56 commit c5aa8ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sos-net]
version = "0.5.20"
version = "0.5.22"
features = ["full"]
#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.20"
version = "0.5.22"
default-features = false
features = ["client"]
#path = "workspace/net"
Expand Down

0 comments on commit c5aa8ca

Please sign in to comment.