use (official) v0.6.1 for promkit

This commit is contained in:
ynqa
2025-01-06 22:25:57 +09:00
parent 6bfa88f7fd
commit 7b41c456ca
2 changed files with 3 additions and 2 deletions
Generated
+2 -1
View File
@@ -1024,7 +1024,8 @@ dependencies = [
[[package]]
name = "promkit"
version = "0.6.1"
source = "git+https://github.com/ynqa/promkit?branch=v0.6.1/dev#6a36881323ec492fa5b681d7115640a3285b8d44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4060edccaa36f141cc7591404b929da5bf205af8416d34ba483fe5004ce8feb1"
dependencies = [
"anyhow",
"crossterm",
+1 -1
View File
@@ -21,7 +21,7 @@ jaq-core = "1.2.1"
jaq-interpret = "1.2.1"
jaq-parse = "1.0.2"
jaq-std = "1.2.1"
promkit = { git = "https://github.com/ynqa/promkit", branch = "v0.6.1/dev" }
promkit = "0.6.1"
tokio = { version = "1.42.0", features = ["full"] }
tokio-stream = "0.1.16"