Start the v0.6.0-alpha.1 'next' branch
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/release Pipeline was successful Details

This commit is contained in:
Olivier 'reivilibre' 2022-05-28 13:08:56 +01:00
parent 60cf81c59c
commit 675c8884f9
3 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -308,7 +308,7 @@ dependencies = [
[[package]]
name = "datman"
version = "0.5.0-alpha.2"
version = "0.6.0-alpha.1"
dependencies = [
"anyhow",
"arc-interner",
@ -1340,7 +1340,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "yama"
version = "0.5.0-alpha.2"
version = "0.6.0-alpha.1"
dependencies = [
"anyhow",
"blake",

View File

@ -1,8 +1,8 @@
[package]
name = "datman"
version = "0.5.0-alpha.2"
version = "0.6.0-alpha.1"
authors = ["Olivier 'reivilibre' <olivier@librepush.net>"]
edition = "2018"
edition = "2021"
repository = "https://bics.ga/reivilibre/yama"
license = "GPL-3.0-or-later"
@ -30,6 +30,6 @@ humansize = "1.1.1"
chrono = "0.4.19"
itertools = "0.10.1"
hostname = "0.3.1"
yama = { path = "../yama", version = "0.5.0-alpha.1" }
yama = { path = "../yama", version = "0.6.0-alpha.1" }
metrics = "0.17.1"
bare-metrics-recorder = { version = "0.1.0" }

View File

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