lohr: v0.4.1

main v0.4.1
Antoine Martin 2021-06-04 17:38:37 +02:00
parent 1f6fe74d03
commit 5f7d140b61
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -595,7 +595,7 @@ dependencies = [
[[package]]
name = "lohr"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "lohr"
version = "0.4.0"
version = "0.4.1"
authors = ["Antoine Martin <antoine@alarsyo.net>"]
edition = "2018"
license = "Apache-2.0 OR MIT"

View File

@ -16,11 +16,11 @@
{
defaultPackage = pkgs.rustPlatform.buildRustPackage {
pname = "lohr";
version = "0.4.0";
version = "0.4.1";
src = ./.;
cargoSha256 = "sha256-5a2mK+E6LlR5RHDAhHDvnfPNG+0JdvpnL4kuTiz7vVg=";
cargoSha256 = "sha256-cUxUTOp21NzYqmLQc3XmOly0k9xo5wRqsen4iiZfg/Y=";
meta = with pkgs.lib; {
description = "A Git mirroring tool";