This commit is contained in:
Matthew Gregan 2024-11-26 11:01:48 +13:00
Родитель c98c38861c
Коммит a40d2f4cfa
4 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "cubeb"
version = "0.17.0"
version = "0.18.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
readme = "README.md"
@ -19,4 +19,4 @@ circle-ci = { repository = "mozilla/cubeb-rs" }
gecko-in-tree = ["cubeb-core/gecko-in-tree"]
[dependencies]
cubeb-core = { path = "../cubeb-core", version = "0.17.0" }
cubeb-core = { path = "../cubeb-core", version = "0.18.0" }

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "cubeb-backend"
version = "0.17.0"
version = "0.18.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
keywords = ["cubeb"]
@ -18,4 +18,4 @@ circle-ci = { repository = "mozilla/cubeb-rs" }
gecko-in-tree = ["cubeb-core/gecko-in-tree"]
[dependencies]
cubeb-core = { path = "../cubeb-core", version = "0.17.0" }
cubeb-core = { path = "../cubeb-core", version = "0.18.0" }

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "cubeb-core"
version = "0.17.0"
version = "0.18.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
keywords = ["cubeb"]
@ -19,7 +19,7 @@ gecko-in-tree = ["cubeb-sys/gecko-in-tree"]
[dependencies]
bitflags = "1.2.0"
cubeb-sys = { path = "../cubeb-sys", version = "0.17" }
cubeb-sys = { path = "../cubeb-sys", version = "0.18" }
[build-dependencies]
cc = "1.1.30"

Просмотреть файл

@ -1,6 +1,6 @@
[package]
name = "cubeb-sys"
version = "0.17.1"
version = "0.18.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
repository = "https://github.com/mozilla/cubeb-rs"
license = "ISC"