mirror of
https://git.ondrovo.com/MightyPork/group-actor.git
synced 2024-11-21 15:41:03 +00:00
change elefren url to gitea
This commit is contained in:
parent
8c60120549
commit
2c6d0107bf
2 changed files with 3 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -267,6 +267,7 @@ checksum = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e"
|
|||
[[package]]
|
||||
name = "elefren"
|
||||
version = "0.22.0"
|
||||
source = "git+https://git.ondrovo.com/MightyPork/elefren-fork.git#3c7a84a12423ee69a2b45442e9a6d1f9a4818fd8"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"doc-comment",
|
||||
|
|
|
@ -10,7 +10,8 @@ build = "build.rs"
|
|||
|
||||
[dependencies]
|
||||
#elefren = { version = "0.22.0", features = ["toml"] }
|
||||
elefren = { path = "../elefren22-fork", features = ["toml"] }
|
||||
#elefren = { path = "../elefren22-fork", features = ["toml"] }
|
||||
elefren = { git = "https://git.ondrovo.com/MightyPork/elefren-fork.git", features = ["toml"] }
|
||||
|
||||
simple-logging = "2.0.2"
|
||||
#elefren = { path = "../elefren-fork" }
|
||||
|
|
Loading…
Reference in a new issue