0.5.0-alpha.1

This commit is contained in:
Olivier 'reivilibre' 2021-11-14 17:03:50 +00:00
parent 7224e3688a
commit cbf6a92b06
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -268,7 +268,7 @@ dependencies = [
[[package]]
name = "datman"
version = "0.1.1"
version = "0.5.0-alpha.1"
dependencies = [
"anyhow",
"arc-interner",
@ -1198,7 +1198,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "yama"
version = "0.4.0"
version = "0.5.0-alpha.1"
dependencies = [
"anyhow",
"blake",

View File

@ -1,6 +1,6 @@
[package]
name = "datman"
version = "0.1.1"
version = "0.5.0-alpha.1"
authors = ["Olivier 'reivilibre' <olivier@librepush.net>"]
edition = "2018"
repository = "https://bics.ga/reivilibre/yama"
@ -30,4 +30,4 @@ humansize = "1.1.1"
chrono = "0.4.19"
itertools = "0.10.1"
hostname = "0.3.1"
yama = { path = "../yama", version = "0.4.0" }
yama = { path = "../yama", version = "0.5.0-alpha.1" }

View File

@ -1,6 +1,6 @@
[package]
name = "yama"
version = "0.4.0"
version = "0.5.0-alpha.1"
authors = ["Olivier 'reivilibre' <olivier@librepush.net>"]
edition = "2018"
description = "Deduplicated, compressed and encrypted content pile manager"