use promkit v0.4.0 instead of dev branch

This commit is contained in:
ynqa
2024-04-21 20:01:14 +09:00
parent 8561eee861
commit 4351f5970a
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View File

@@ -504,7 +504,8 @@ dependencies = [
[[package]]
name = "promkit"
version = "0.4.0"
source = "git+https://github.com/ynqa/promkit?branch=dev-0.4.0/main#198ac5a693ed187cbef27b8b841d5411e2336c19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25c21f295a5492afa96e0635c1c8d9f0bcb1d485c5494f40a150a3e11cd026a4"
dependencies = [
"anyhow",
"crossterm",

View File

@@ -13,7 +13,7 @@ anyhow = "1.0.82"
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 = "0.4.0"
radix_trie = "0.2.1"
# The profile that 'cargo dist' will build with