Skip to content

Commit

Permalink
Merge pull request #18 from y-crdt/release-v0.8
Browse files Browse the repository at this point in the history
release v0.8
  • Loading branch information
Horusiath authored Mar 28, 2024
2 parents 6e15ef1 + 42fd6f9 commit 587c00e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 = "yrs-warp"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
description = "Yrs synchronization protocol using Warp web sockets"
license = "MIT"
Expand All @@ -16,7 +16,7 @@ readme = "./README.md"
yrs = "0.18.2"
warp = "0.3"
futures-util = { version = "0.3", features = ["sink"] }
tokio = { version = "1.34", features = ["rt", "net", "sync", "macros"] }
tokio = { version = "1.36", features = ["rt", "net", "sync", "macros"] }
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
tracing = { version = "0.1", features = ["log"] }
Expand Down

0 comments on commit 587c00e

Please # to comment.