Start the v0.6.0-alpha.1 'next' branch
This commit is contained in:
parent
60cf81c59c
commit
675c8884f9
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue