Skip to content

Commit

Permalink
use lightws v0.6.5, change overlapping copy from ::copy_nonoverlappin…
Browse files Browse the repository at this point in the history
…g to ::copy
  • Loading branch information
zephyrchien committed Jun 18, 2022
1 parent 741c3f4 commit 1ec9520
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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
@@ -1,6 +1,6 @@
[package]
name = "realm"
version = "2.3.4"
version = "2.3.6"
authors = ["zhboner <[email protected]>"]
edition = "2021"

Expand Down Expand Up @@ -28,7 +28,7 @@ path = "src/bin.rs"
realm_io = { path = "realm_io" }
realm_core = { path = "realm_core" }
realm_syscall = { path = "realm_syscall" }
kaminari = { version = "0.9", features = ["ws", "tls", "mix"], optional = true }
kaminari = { version = "0.9.1", features = ["ws", "tls", "mix"], optional = true }

# common
cfg-if = "1"
Expand Down
2 changes: 1 addition & 1 deletion realm_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT"
realm_io = "0.3"
realm_syscall = "0.1.4"
realm_hook = { version = "0.1.4", optional = true }
kaminari = { version = "0.9.0", features = ["ws", "tls", "mix"], optional = true }
kaminari = { version = "0.9.1", features = ["ws", "tls", "mix"], optional = true }

# other
futures = "0.3"
Expand Down

0 comments on commit 1ec9520

Please sign in to comment.