Skip to content

Commit

Permalink
Update doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Jul 2, 2024
1 parent aafb042 commit dd37685
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 4 additions & 0 deletions crates/protocol/src/sync/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,11 @@ pub struct UpdateSet {
#[derive(Debug, Default, Clone, PartialEq, Eq)]
pub struct MergeOutcome {
/// Total number of changes made during a merge.
///
/// Will often be different to the number of tracked changes
/// as tracked changes are normalized.
pub changes: u64,

/// Tracked changes made during a merge.
///
/// These events can be used by client implementations
Expand Down
2 changes: 1 addition & 1 deletion crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos-sdk"
version = "0.14.2"
version = "0.14.3"
edition = "2021"
description = "Distributed, encrypted database for private secrets."
homepage = "https://saveoursecrets.com"
Expand Down

0 comments on commit dd37685

Please sign in to comment.