Skip to content

Commit 18e3c03

Browse files
authored
build: remove patch from main Cargo.toml file that was pointing at a local path (#38)
1 parent 6437247 commit 18e3c03

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,3 @@ tui-cards = { version = "0.1.0", path = "tui-cards", optional = true }
7575
tui-popup = { version = "0.5.0", path = "tui-popup", optional = true }
7676
tui-prompts = { version = "0.4.0", path = "tui-prompts", optional = true }
7777
tui-scrollview = { version = "0.4.0", path = "tui-scrollview", optional = true }
78-
79-
[patch.crates-io]
80-
ratatui = { path = "../ratatui" }

0 commit comments

Comments
 (0)