Skip to content

Commit 0102148

Browse files
committed
fix: use official crates instead of locals
1 parent e6283a4 commit 0102148

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.lock

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jaq-core = "1.2.1"
2121
jaq-interpret = "1.2.1"
2222
jaq-parse = "1.0.2"
2323
jaq-std = "1.2.1"
24-
promkit-core = { path = "../promkit/promkit-core", version = "0.1.0" }
25-
promkit-widgets = { path = "../promkit/promkit-widgets", version = "0.1.0", features = ["jsonstream", "listbox", "text", "texteditor"] }
24+
promkit-core = "0.1.0"
25+
promkit-widgets = { version = "0.1.0", features = ["jsonstream", "listbox", "text", "texteditor"] }
2626
serde = "1.0.219"
2727
tokio = { version = "1.44.1", features = ["full"] }
2828
tokio-stream = "0.1.16"

0 commit comments

Comments
 (0)