Skip to content

Commit 6ac325c

Browse files
authored
Release 0.2.0 (#247)
y-sweet@0.2.0 y-sweet-core@0.2.0 Generated by cargo-workspaces
1 parent 665800d commit 6ac325c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

crates/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/y-sweet-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "y-sweet-core"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Sans-IO core of the y-sweet yjs CRDT server."
66
license = "MIT"

crates/y-sweet/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "y-sweet"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "A standalone Yjs CRDT server with built-in persistence and auth."
66
license = "MIT"
@@ -27,7 +27,7 @@ tokio-util = { version = "0.7.11", features = ["rt"] }
2727
tracing = "0.1.37"
2828
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "fmt"] }
2929
url = "2.4.0"
30-
y-sweet-core = { version="0.1.2", path = "../y-sweet-core", features=["sync"] }
30+
y-sweet-core = { version="0.2.0", path = "../y-sweet-core", features=["sync"] }
3131
yrs = { version = "0.19.1" }
3232
yrs-kvstore = "0.3.0"
3333

0 commit comments

Comments
 (0)