Skip to content

Commit

Permalink
incrementing to Rust core library 0.5.7
Browse files Browse the repository at this point in the history
- 0.5.7
  * Update itertools dependency to 0.12.0
  * Fix a bug in `Read::get_marks` which caused it to ignore any heads passed to
    it and always return the latest marks (only relevant if you ever passed
    `Some(_)` as the heads argument of `Read::get_marks(objid, index, heads)`)

- 0.5.6
  * Add `Transactable::update_text`, which calculates a diff between the current
    value of a text field and a new value and converts that diff into a set of
    splice operations
  • Loading branch information
heckj committed Jan 15, 2024
1 parent 2aba77a commit 829fc7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "uniffi-bindgen.rs"
required-features = ["uniffi/cli"]

[dependencies]
automerge = "0.5.5"
automerge = "0.5.7"
thiserror = "1.0.38"
uniffi = "0.24.1"

Expand Down

0 comments on commit 829fc7c

Please sign in to comment.