lohr: v0.4.0

This is the first lohr release that compiles on stable Rust, yay!
This commit is contained in:
Antoine Martin 2021-04-08 01:53:22 +02:00
parent 264b7baccd
commit 6c4a496ede
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "lohr"
version = "0.3.3"
version = "0.4.0"
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.3.1";
version = "0.4.0";
src = ./.;
cargoSha256 = "sha256-XnBvb13Pv7bNTLCL3WV+bxRK0/uMEKA1/Bk0Tfua3Rs=";
cargoSha256 = "sha256-5a2mK+E6LlR5RHDAhHDvnfPNG+0JdvpnL4kuTiz7vVg=";
meta = with pkgs.lib; {
description = "A Git mirroring tool";