Skip to content

Commit

Permalink
release v0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Horusiath committed Mar 12, 2024
1 parent 5615b00 commit 42e54bd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 79 deletions.
83 changes: 12 additions & 71 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion tests-wasm/package-lock.json

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

7 changes: 3 additions & 4 deletions yffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "yffi"
version = "0.17.4"
authors = ["Kevin Jahns <kevin.jahns@protonmail.com>","Bartosz Sypytkowski <b.sypytkowski@gmail.com>"]
version = "0.18.0"
authors = ["Kevin Jahns <kevin.jahns@protonmail.com>", "Bartosz Sypytkowski <b.sypytkowski@gmail.com>"]
keywords = ["crdt", "c-ffi", "yrs"]
edition = "2018"
license = "MIT"
Expand All @@ -12,8 +12,7 @@ description = "Bindings for the Yrs native C foreign function interface"
[dev-dependencies]

[dependencies]
yrs = { path = "../yrs", version = "0.17.4", features = ["weak"] }
rand = "0.7.0"
yrs = { path = "../yrs", version = "0.18", features = ["weak"] }

[lib]
crate-type = ["staticlib", "cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion yrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yrs"
version = "0.17.4"
version = "0.18.0"
description = "High performance implementation of the Yjs CRDT"
license = "MIT"
authors = ["Kevin Jahns <kevin.jahns@pm.me>", "Bartosz Sypytkowski <b.sypytkowski@gmail.com>"]
Expand Down
4 changes: 2 additions & 2 deletions ywasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ywasm"
version = "0.17.4"
version = "0.18.0"
authors = ["Kevin Jahns <kevin.jahns@protonmail.com>", "Bartosz Sypytkowski <b.sypytkowski@gmail.com>"]
keywords = ["crdt", "wasm", "yrs"]
edition = "2018"
Expand All @@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]

[dependencies]
yrs = { path = "../yrs", version = "0.17.3", features = ["weak"] }
yrs = { path = "../yrs", version = "0.18", features = ["weak"] }
wasm-bindgen = { version = "0.2" }
serde = { version = "1.0", features = ["derive", "rc"] }
gloo-utils = { version = "0.2.0", features = ["serde"] }
Expand Down

0 comments on commit 42e54bd

Please sign in to comment.