Skip to content

Commit 06bc5da

Browse files
committed
Cargo: drop smb2 path patch — 0.9.0 is on crates.io now
The workspace-level `[patch.crates-io] smb2 = { path = ... }` was the sidecar for developing the FileWriter rewrite against a local smb2 worktree. With smb2 v0.9.0 published, the desktop crate resolves the real artifact via its normal `smb2 = "0.9.0"` dep.
1 parent ed4b688 commit 06bc5da

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
members = ["apps/desktop/src-tauri", "crates/fsevent-stream", "crates/index-query"]
33
exclude = ["benchmarks/smb"]
44
resolver = "2"
5-
6-
[patch.crates-io]
7-
smb2 = { path = "../smb2-smb-deadlock" }

0 commit comments

Comments
 (0)