Skip to content

Commit

Permalink
Update to ehttp 0.3.1 with better error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 27, 2023
1 parent f138131 commit 00b6199
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/egui_demo_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ egui_extras = { version = "0.22.0", path = "../egui_extras", features = [
rfd = { version = "0.11", optional = true }

# feature "http":
ehttp = { version = "0.3.0", optional = true }
ehttp = { version = "0.3.1", optional = true }
image = { version = "0.24", optional = true, default-features = false, features = [
"jpeg",
"png",
Expand Down
2 changes: 1 addition & 1 deletion crates/egui_extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ tiny-skia = { version = "0.8", optional = true, default-features = false } # mus
usvg = { version = "0.28", optional = true, default-features = false }

# http feature
ehttp = { version = "0.3.0", optional = true, default-features = false }
ehttp = { version = "0.3.1", optional = true, default-features = false }

0 comments on commit 00b6199

Please sign in to comment.