Skip to content

Commit 8a401f9

Browse files
committed
Update wide
1 parent ddc5c5a commit 8a401f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interactive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ caw_audio_file = { path = "../audio-file" }
3232
caw_widgets = { path = "../widgets" }
3333
env_logger = "0.11"
3434
rand = "0.9"
35-
wide = "0.7"
35+
wide = "0.8"
3636
clap = { version = "4", features = ["derive"] }
3737

3838
[[example]]

modules/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ web = ["getrandom/wasm_js"]
1616
caw_core = { version = "0.5", path = "../core" }
1717
caw_builder_proc_macros = { version = "0.1", path = "../builder-proc-macros" }
1818
itertools = "0.14"
19-
wide = "0.7"
19+
wide = "0.8"
2020
rand = "0.9"
2121
log = "0.4"
2222
getrandom = "0.3"

0 commit comments

Comments
 (0)