We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3315b6c commit e501380Copy full SHA for e501380
tui/Cargo.toml
@@ -41,7 +41,7 @@ tokio-util = "0.7.12"
41
tracing = "0.1.40"
42
tracing-error = "0.2.0"
43
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "serde"] }
44
-modder = { path = "../core" }
+modder = { path = "../core", version = "1.0.0" }
45
regex = "1.11.1"
46
colored = "3.0.0"
47
textwrap = "0.16.2"
0 commit comments