Start of Yama & Datman v0.7.0-alpha.1

This commit is contained in:
Olivier 'reivilibre' 2023-04-02 20:46:47 +01:00
parent b57dbad890
commit 7cd71695bc
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "datman"
version = "0.6.0-alpha.5"
version = "0.7.0-alpha.1"
authors = ["Olivier 'reivilibre' <olivier@librepush.net>"]
edition = "2021"
repository = "https://bics.ga/reivilibre/yama"
@ -30,7 +30,7 @@ humansize = "1.1.1"
chrono = "0.4.19"
itertools = "0.10.1"
hostname = "0.3.1"
yama = { path = "../yama", version = "0.6.0-alpha.5" }
yama = { path = "../yama", version = "0.7.0-alpha.1" }
metrics = "0.17.1"
bare-metrics-recorder = { version = "0.1.0" }
comfy-table = "6.0.0-rc.1"

View File

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