mirror of
https://github.com/ynqa/jnv.git
synced 2026-05-02 15:19:13 -05:00
use (official) v0.6.1 for promkit
This commit is contained in:
Generated
+2
-1
@@ -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
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user