mirror of
https://github.com/haileys/bark
synced 2024-11-10 05:54:15 +00:00
bump version to 0.6.0
This commit is contained in:
parent
86702dbc57
commit
4edcefb898
5 changed files with 7 additions and 7 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -120,7 +120,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|||
|
||||
[[package]]
|
||||
name = "bark"
|
||||
version = "0.1.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"alsa",
|
||||
"bark-core",
|
||||
|
@ -146,7 +146,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bark-core"
|
||||
version = "0.1.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"bark-protocol",
|
||||
"bytemuck",
|
||||
|
@ -160,7 +160,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bark-protocol"
|
||||
version = "0.1.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"bitflags 2.4.0",
|
||||
"bytemuck",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bark-core"
|
||||
version = "0.1.0"
|
||||
version = "0.6.0"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bark-protocol"
|
||||
version = "0.1.0"
|
||||
version = "0.6.0"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bark"
|
||||
version = "0.1.0"
|
||||
version = "0.6.0"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=bark
|
|||
pkgdesc="Synchronised multicast audio streaming"
|
||||
license=("AGPL3")
|
||||
url="https://github.com/haileys/bark"
|
||||
pkgver=0
|
||||
pkgver=0.6.0
|
||||
pkgrel=1
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Reference in a new issue