Skip to content

Commit

Permalink
Updating YRS version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpert committed Jun 26, 2023
1 parent f70e127 commit e861b51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "sqlite-y-crdt"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sqlite-loadable = "0.0.3"
yrs = "0.14.1"
serde_json = "1.0.89"
lib0 = "0.14.1"
sqlite-loadable = "0.0.5"
yrs = "0.16.8"
serde_json = "1.0.99"
lib0 = "0.16.8"
rand = "0.8.5"

[lib]
Expand Down

0 comments on commit e861b51

Please sign in to comment.