fix libjens URL
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
0855af438e
commit
fc28712e9f
2 changed files with 2 additions and 2 deletions
|
@ -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"] }
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue