Skip to content

Commit 743eaf3

Browse files
authored
Collab versions (#418)
* chore: collab versions * chore: added collab version to encoded collab * chore: clippy fix * chore: add collab version to view * chore: consistent hash for snapshots * chore: add collab version into persistence * chore: clippy fix * chore: post rebase fixes * chore: fixes in feature flagged code
1 parent 5b02605 commit 743eaf3

File tree

31 files changed

+412
-609
lines changed

31 files changed

+412
-609
lines changed

Cargo.lock

Lines changed: 37 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ async-trait = "0.1"
1616
arc-swap = { version = "1.7" }
1717
uuid = { version = "1.17.0", features = ["v4", "v5", "v7", "serde"] }
1818
futures-lite = { version = "2.6.0", features = ["futures-io"] }
19+
blake3 = "1.8"
1920

2021
[patch.crates-io]
2122
# We're using a specific commit here because rust-rocksdb doesn't publish the latest version that includes the memory alignment fix.

collab/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ sanitize-filename = "0.5.0"
5454
indexmap = { version = "2.3", features = ["serde"] }
5555
zip = "0.6.6"
5656
rocksdb = { version = "0.22.0", default-features = false, features = ["zstd"], optional = true }
57+
blake3.workspace = true
5758

5859
[dev-dependencies]
5960
tokio = { workspace = true, features = ["macros", "sync", "rt"] }

0 commit comments

Comments
 (0)