Skip to content

Commit

Permalink
bump yrs to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Apr 15, 2022
1 parent a2f69ca commit 3983657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "y-py"
version = "0.4.2"
version = "0.4.3"
authors = ["John Waidhofer <waidhoferj@gmail.com>", "Kevin Jahns <kevin.jahns@protonmail.com>", "Pierre-Olivier Simonard <pierre.olivier.simonard@gmail.com>"]
edition = "2018"
homepage = "https://github.com/y-crdt/ypy"
Expand All @@ -13,8 +13,8 @@ name = "y_py"
crate-type = ["cdylib"]

[dependencies]
lib0 = "0.6.0"
yrs = "0.6.0"
lib0 = "0.6.1"
yrs = "0.6.1"


[dependencies.pyo3]
Expand Down

0 comments on commit 3983657

Please sign in to comment.