Skip to content

Commit 9c96773

Browse files
committed
Opt into non-breaking updates for all dependencies past v1
1 parent ace351f commit 9c96773

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ categories = ["multimedia::audio"]
1212
exclude = ["/samples", "/showcase", "/.github"]
1313

1414
[dependencies]
15-
arc-swap = "1.6.0"
15+
arc-swap = "1.6"
1616
arrayvec = "0.7"
1717
cpal = { version = "0.15.0", optional = true }
18-
creek = "1.0.0"
18+
creek = "1.0"
1919
crossbeam-channel = "0.5"
2020
cubeb = { version = "0.10.0", optional = true }
21-
dasp_sample = "0.11.0"
21+
dasp_sample = "0.11"
2222
float_eq = "1.0"
23-
hound = "3.5.0"
24-
hrtf = "0.8.0"
23+
hound = "3.5"
24+
hrtf = "0.8"
2525
lazy_static = "1.4"
2626
log = "0.4"
2727
num-complex = "0.4"
2828
once_cell = "1.10"
2929
realfft = "3.0"
3030
rubato = "0.14"
31-
rustc-hash = "1.1.0"
31+
rustc-hash = "1.1"
3232
smallvec = "1.8"
3333
symphonia = { version = "0.5", default-features = false }
3434
vecmath = "1.0"

0 commit comments

Comments
 (0)