Skip to content

Commit

Permalink
Deps: Update exhaust to 0.2.0.
Browse files Browse the repository at this point in the history
Also left some `[patch.crates-io]` residue to make next time easier;
in particular, fuzz/Cargo.toml had no patch section at all.
  • Loading branch information
kpreid committed Sep 19, 2024
1 parent 36d921c commit f711fda
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 82 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ either = { version = "1.10.0", default-features = false }
embedded-graphics = "0.8.0"
embedded-graphics-core = "0.4.0"
euclid = { version = "0.22.10", default-features = false }
exhaust = { version = "0.1.0", default-features = false }
exhaust = { version = "0.2.0", default-features = false }
flume = { version = "0.11.0", default-features = false, features = ["async"] }
fnv = "1.0.7"
futures-channel = { version = "0.3.28", default-features = false, features = ["alloc"] }
Expand Down Expand Up @@ -276,3 +276,4 @@ overflow-checks = true
# Here are some patches we might want to apply for development:
#
# wgpu = { git = "https://github.com/gfx-rs/wgpu/", branch = "trunk" }
# exhaust = { git = "https://github.com/kpreid/exhaust/", branch = "main" }
Loading

0 comments on commit f711fda

Please sign in to comment.