mirror of
https://github.com/ynqa/jnv.git
synced 2026-01-06 11:19:30 -06:00
use promkit v0.4.0 instead of dev branch
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user