Skip to content

Commit a4a7e36

Browse files
committed
Release backy-extract 1.0
1 parent b8329de commit a4a7e36

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backy-extract"
3-
version = "1.0.0-dev"
3+
version = "1.0.0"
44
authors = ["Christian Kauhaus <christian@kauhaus.de>"]
55
edition = "2018"
66
description = "Rapid restore tool for backy"

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
2021-05-15 Christian Kauhaus <christian@kauhaus.de>
1+
2021-05-19 Christian Kauhaus <christian@kauhaus.de>
22

33
* Release backy-extract 1.0.0
4+
5+
2021-05-15 Christian Kauhaus <christian@kauhaus.de>
6+
47
* Rework FUSE caching.
58
* Add `-c`/`--cache` option
69
* Rework README and man page

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let
1919
in
2020
rustPlatform.buildRustPackage rec {
2121
name = "backy-extract";
22-
version = "1.0.0-dev";
22+
version = "1.0.0";
2323

2424
src = lib.cleanSourceWith {
2525
filter = n: t: (excludeTarget n t) && (lib.cleanSourceFilter n t);
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
4040
fi
4141
'';
4242

43-
cargoSha256 = "0kfqdhk4n2rfks36pflck79dv4r0x51hz3jny3kgdbbdnnymm3rz";
43+
cargoSha256 = "1zzrvgdns1pmyxvr1csxqwjfqxhfxmwp9hirshkn0mx6g30mmd1r";
4444
cargoBuildFlags = lib.optionals stdenv.isLinux [ "--features fuse_driver" ];
4545
checkType = "debug";
4646

0 commit comments

Comments
 (0)