Skip to content

Commit 597b7a1

Browse files
committed
chore: Release
1 parent a655f23 commit 597b7a1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

cubeb-api/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cubeb"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors = ["Dan Glastonbury <[email protected]>"]
55
license = "ISC"
66
readme = "README.md"
@@ -19,4 +19,4 @@ circle-ci = { repository = "mozilla/cubeb-rs" }
1919
gecko-in-tree = ["cubeb-core/gecko-in-tree"]
2020

2121
[dependencies]
22-
cubeb-core = { path = "../cubeb-core", version = "0.24.0" }
22+
cubeb-core = { path = "../cubeb-core", version = "0.25.0" }

cubeb-backend/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cubeb-backend"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors = ["Dan Glastonbury <[email protected]>"]
55
license = "ISC"
66
keywords = ["cubeb"]
@@ -18,4 +18,4 @@ circle-ci = { repository = "mozilla/cubeb-rs" }
1818
gecko-in-tree = ["cubeb-core/gecko-in-tree"]
1919

2020
[dependencies]
21-
cubeb-core = { path = "../cubeb-core", version = "0.24.0" }
21+
cubeb-core = { path = "../cubeb-core", version = "0.25.0" }

cubeb-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cubeb-core"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors = ["Dan Glastonbury <[email protected]>"]
55
license = "ISC"
66
keywords = ["cubeb"]
@@ -19,7 +19,7 @@ gecko-in-tree = ["cubeb-sys/gecko-in-tree"]
1919

2020
[dependencies]
2121
bitflags = "1.2.0"
22-
cubeb-sys = { path = "../cubeb-sys", version = "0.24" }
22+
cubeb-sys = { path = "../cubeb-sys", version = "0.25" }
2323

2424
[build-dependencies]
2525
cc = "1.1.30"

cubeb-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cubeb-sys"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
authors = ["Dan Glastonbury <[email protected]>"]
55
repository = "https://github.com/mozilla/cubeb-rs"
66
license = "ISC"

xtask/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xtask"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
publish = false
66
release = false

0 commit comments

Comments
 (0)