Skip to content

Commit

Permalink
dbg: use local promkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Apr 19, 2024
1 parent db715b8 commit 1cbc693
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0.80"
clap = { version = "4.5.4", features = ["derive"] }
gag = "1.0.0"
j9 = "0.1.3"
promkit = { git = "https://github.com/ynqa/promkit", branch = "dev-0.4.0/main"}
promkit = { path = "../promkit/promkit" }
promkit-async = { path = "../promkit/promkit-async" }
radix_trie = "0.2.1"

Expand Down

0 comments on commit 1cbc693

Please sign in to comment.