mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
feat(package): support JSR package version (#6502)
--------- Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
Generated
+10
@@ -1927,6 +1927,15 @@ dependencies = [
|
||||
"wasm-bindgen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jsonc-parser"
|
||||
version = "0.26.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b558af6b49fd918e970471374e7a798b2c9bbcda624a210ffa3901ee5614bc8e"
|
||||
dependencies = [
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lazy_static"
|
||||
version = "1.5.0"
|
||||
@@ -3064,6 +3073,7 @@ dependencies = [
|
||||
"guess_host_triple",
|
||||
"home",
|
||||
"indexmap 2.7.1",
|
||||
"jsonc-parser",
|
||||
"libz-ng-sys",
|
||||
"log",
|
||||
"mockall",
|
||||
|
||||
Reference in New Issue
Block a user