mirror of
https://github.com/Zenithsiz/zbuild.git
synced 2026-02-03 22:23:53 +00:00
npath is now used from a custom registry.
This commit is contained in:
parent
8ca24b6ba6
commit
e52e96dfce
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -584,7 +584,8 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "npath"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/gdzx/npath?rev=00acdd2974bb1682b6d1dcc6f0ea7cd54da42381#00acdd2974bb1682b6d1dcc6f0ea7cd54da42381"
|
||||
source = "sparse+https://gitea.filipejr.com/api/packages/zenithsiz/cargo/"
|
||||
checksum = "07880f4197c50d48e4cd0e4a8f2d6807023d3297b6b9efd0d6335e31c21c88f5"
|
||||
|
||||
[[package]]
|
||||
name = "nu-ansi-term"
|
||||
|
||||
@ -14,7 +14,7 @@ futures = "0.3.29"
|
||||
itertools = "0.12.0"
|
||||
notify = "6.1.1"
|
||||
notify-debouncer-full = "0.3.1"
|
||||
npath = { git = "https://github.com/gdzx/npath", rev = "00acdd2974bb1682b6d1dcc6f0ea7cd54da42381" }
|
||||
npath = { version = "0.1.0", registry = "filipejr" }
|
||||
pin-project = "1.1.3"
|
||||
serde = { version = "1.0.193", features = ["derive"] }
|
||||
serde_yaml = "0.9.27"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user