npath is now used from a custom registry.

This commit is contained in:
Filipe Rodrigues 2024-01-07 15:54:46 +00:00
parent 8ca24b6ba6
commit e52e96dfce
Signed by: zenithsiz
SSH Key Fingerprint: SHA256:Mb5ppb3Sh7IarBO/sBTXLHbYEOz37hJAlslLQPPAPaU
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View File

@ -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"

View File

@ -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"