Skip to content

Commit

Permalink
Bump version due to input processing ABI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pehrsons committed Jan 15, 2024
1 parent ae7caff commit c8ca3bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cubeb-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cubeb"
version = "0.10.5"
version = "0.11.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
readme = "README.md"
Expand All @@ -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.10.5" }
cubeb-core = { path = "../cubeb-core", version = "0.11.0" }
4 changes: 2 additions & 2 deletions cubeb-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cubeb-backend"
version = "0.10.5"
version = "0.11.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
keywords = ["cubeb"]
Expand All @@ -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.10.5" }
cubeb-core = { path = "../cubeb-core", version = "0.11.0" }
4 changes: 2 additions & 2 deletions cubeb-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cubeb-core"
version = "0.10.5"
version = "0.11.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
keywords = ["cubeb"]
Expand All @@ -19,4 +19,4 @@ gecko-in-tree = ["cubeb-sys/gecko-in-tree"]

[dependencies]
bitflags = "1.2.0"
cubeb-sys = { path = "../cubeb-sys", version = "0.10.5" }
cubeb-sys = { path = "../cubeb-sys", version = "0.11.0" }
2 changes: 1 addition & 1 deletion cubeb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cubeb-sys"
version = "0.10.5"
version = "0.11.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
repository = "https://github.com/mozilla/cubeb-rs"
license = "ISC"
Expand Down

0 comments on commit c8ca3bc

Please sign in to comment.