Skip to content

Commit

Permalink
Merge pull request #31 from earthstar-project/private_entry_fields
Browse files Browse the repository at this point in the history
Private entry fields
  • Loading branch information
sgwilym authored Jul 25, 2024
2 parents 14dbe1a + a6f493d commit 2f3b829
Show file tree
Hide file tree
Showing 10 changed files with 358 additions and 230 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
members = ["data-model", "earthstar", "fuzz"]
resolver = "2"

[workspace.lints.clippy]
type_complexity = "allow"
3 changes: 2 additions & 1 deletion data-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ smol = "2.0.0"
# document all features
all-features = true


[lints]
workspace = true


Loading

0 comments on commit 2f3b829

Please sign in to comment.