Compare commits
2 commits
0ddcd24f33
...
7134b7700f
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 7134b7700f | ||
Antoine Martin | 339c6e4f25 |
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -491,7 +491,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lohr"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log 0.4.14",
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
[package]
|
||||
name = "lohr"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Antoine Martin <antoine@alarsyo.net>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
description = "A Git mirroring daemon"
|
||||
homepage = "https://github.com/alarsyo/lohr"
|
||||
repository = "https://github.com/alarsyo/lohr"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue