Skip to content

Commit ecf6866

Browse files
committed
Dependencies: Remove .0 patch versions
1 parent db9ad3d commit ecf6866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ rust-version = "1.70"
1515
[dependencies]
1616
arc-swap = "1.6"
1717
arrayvec = "0.7"
18-
cpal = { version = "0.15.0", optional = true }
18+
cpal = { version = "0.15", optional = true }
1919
creek = "1.1"
2020
crossbeam-channel = "0.5"
21-
cubeb = { version = "0.10.0", optional = true }
21+
cubeb = { version = "0.10", optional = true }
2222
dasp_sample = "0.11"
2323
float_eq = "1.0"
2424
hound = "3.5"

0 commit comments

Comments
 (0)