Skip to content

Commit 7236c8f

Browse files
committed
fix(codec): remove [patch] section that breaks CI
The [patch] with path = "../nbt" fails in CI where sibling dirs don't exist. Git deps now point to repos with real code.
1 parent 20880ae commit 7236c8f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,3 @@ must_use_candidate = "allow"
5050
cast_possible_truncation = "allow"
5151
cast_sign_loss = "allow"
5252
cast_possible_wrap = "allow"
53-
54-
# ── Local overrides (meta-repo development) ──────────────────────
55-
[patch."https://github.com/oxidized-mc/nbt.git"]
56-
oxidized-nbt = { path = "../nbt" }

0 commit comments

Comments
 (0)