Skip to content

Commit

Permalink
sgdata: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Sep 7, 2021
1 parent 6fde14a commit d26d43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ crossbeam-channel = "0.4"
slog = "2.0.10"
slog-perf = "0.2"
hex = "0.4.2"
sgdata = { version = "0.1.0", path = "../sgdata" }
sgdata = { version = "0.2.0", path = "../sgdata" }
rand = "0.7.3"
dangerous_option = "0.2"
walkdir = "2"
Expand Down
2 changes: 1 addition & 1 deletion sgdata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sgdata"
version = "0.1.0"
version = "0.2.0"
authors = ["Dawid Ciężarkiewicz <[email protected]>"]
description = "Scattered, gathered, immutable, arc-ed data"
keywords = ["data", "backup", "dedupliation", "encryption", "dedup"]
Expand Down

0 comments on commit d26d43f

Please sign in to comment.