lohr: v0.4.5

main v0.4.5
Antoine Martin 2023-12-12 15:46:33 +01:00
parent 298e895a0b
commit 24c0156b97
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -592,7 +592,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "lohr"
version = "0.4.4"
version = "0.4.5"
dependencies = [
"anyhow",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "lohr"
version = "0.4.4"
version = "0.4.5"
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.4";
version = "0.4.5";
src = ./.;
cargoHash = "sha256-daRn4E3ng2UVmkk7p5VFTmVugvnsNDUjMChUj7iSubE=";
cargoHash = "sha256-hext0S0o9D9pN9epzXtD5dwAYMPCLpBBOBT4FX0mTMk=";
meta = with pkgs.lib; {
description = "A Git mirroring tool";