We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa52fca + d30d4db commit 6c3417fCopy full SHA for 6c3417f
Cargo.toml
@@ -24,7 +24,7 @@ arrayvec = "0.7"
24
cpal = { version = "0.15", optional = true }
25
creek = "1.2"
26
crossbeam-channel = "0.5"
27
-cubeb = { version = "0.17", optional = true }
+cubeb = { version = "0.13", optional = true }
28
dasp_sample = "0.11"
29
float_eq = "1.0"
30
futures-channel = { version = "0.3.30", features = ["sink"] }
@@ -54,7 +54,6 @@ env_logger = "0.11"
54
iai = "0.1.1"
55
rand = "0.8"
56
paste = "1.0.14"
57
-clap = "=4.4" # pin transitive dependency to lower version to avoid MSRV issues
58
59
# Uncomment the following lines to enable debug symbols
60
# during CPU profiling
0 commit comments