Update version
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/release Pipeline was successful Details
ci/woodpecker/tag/build Pipeline was successful Details
ci/woodpecker/tag/release Pipeline was successful Details

This commit is contained in:
Olivier 'reivilibre' 2022-06-01 09:51:56 +01:00
parent d62e864bee
commit 4244fb88a7
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -354,7 +354,7 @@ dependencies = [
[[package]]
name = "datman"
version = "0.6.0-alpha.1"
version = "0.6.0-alpha.3"
dependencies = [
"anyhow",
"arc-interner",
@ -1517,7 +1517,7 @@ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "yama"
version = "0.6.0-alpha.1"
version = "0.6.0-alpha.3"
dependencies = [
"anyhow",
"blake",

View File

@ -1,6 +1,6 @@
[package]
name = "datman"
version = "0.6.0-alpha.2"
version = "0.6.0-alpha.3"
authors = ["Olivier 'reivilibre' <olivier@librepush.net>"]
edition = "2021"
repository = "https://bics.ga/reivilibre/yama"

View File

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