fix libjens URL
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
LordMZTE 2022-02-13 23:31:39 +01:00
parent 0855af438e
commit fc28712e9f
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ comfy-table = "5.0.0"
env_logger = "0.9.0"
fuzzy-matcher = "0.3.7"
indicatif = "0.16.2"
libjens = { git = "https://tilera.xyz/git/LordMZTE/libjens.git", rev = "1.1.0" }
libjens = { git = "https://git.tilera.org/LordMZTE/libjens.git", rev = "1.1.0" }
log = "0.4.14"
opener = "0.5.0"
reqwest = { version = "0.11.9", features = ["stream", "multipart"] }

View File

@ -16,6 +16,6 @@ path = "src/main.rs"
[dependencies]
anyhow = "1.0.40"
druid = "0.7.0"
libjens = { git = "https://tilera.xyz/git/LordMZTE/libjens.git", rev = "d4a8b3" }
libjens = { git = "https://git.tilera.org/LordMZTE/libjens.git", rev = "d4a8b3" }
reqwest = "0.10"
tokio = { version = "0.2.23", features = ["macros"] }