npath is now gotten from it's github rather than a custom registry.

This commit is contained in:
Filipe Rodrigues 2024-08-10 14:50:37 +01:00
parent f723b0e95b
commit df9555711c
Signed by: zenithsiz
SSH Key Fingerprint: SHA256:Mb5ppb3Sh7IarBO/sBTXLHbYEOz37hJAlslLQPPAPaU
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View File

@ -584,8 +584,7 @@ dependencies = [
[[package]]
name = "npath"
version = "0.1.0"
source = "sparse+https://gitea.filipejr.com/api/packages/zenithsiz/cargo/"
checksum = "07880f4197c50d48e4cd0e4a8f2d6807023d3297b6b9efd0d6335e31c21c88f5"
source = "git+https://github.com/gdzx/npath?rev=00acdd2974bb1682b6d1dcc6f0ea7cd54da42381#00acdd2974bb1682b6d1dcc6f0ea7cd54da42381"
[[package]]
name = "nu-ansi-term"

View File

@ -19,7 +19,7 @@ futures = "0.3.29"
itertools = "0.12.0"
notify = "6.1.1"
notify-debouncer-full = "0.3.1"
npath = { version = "0.1.0", registry = "filipejr" }
npath = { git = "https://github.com/gdzx/npath", rev = "00acdd2974bb1682b6d1dcc6f0ea7cd54da42381" }
pin-project = "1.1.3"
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"