Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Oct 26, 2023
1 parent fe5c673 commit e662815
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 58 deletions.
130 changes: 78 additions & 52 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.23"
version = "0.5.24"
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.23"
version = "0.5.24"
default-features = false
features = ["client"]
#path = "workspace/net"
Expand Down
Loading

0 comments on commit e662815

Please sign in to comment.