Skip to content

Commit

Permalink
Merge pull request #225 from podusowski/dependabot/cargo/thiserror-2
Browse files Browse the repository at this point in the history
Update thiserror requirement from 1 to 2
  • Loading branch information
podusowski authored Nov 17, 2024
2 parents ea956ec + b8bb8a5 commit 4fec192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo_android/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ eframe = { workspace = true, features = ["wgpu", "android-game-activity"] }
egui-winit.workspace = true
ndk-context = "*"
demo = { path = "../../demo" }
thiserror = "1.0.40"
thiserror = "2.0.3"

[lib]
name = "main"
Expand Down
2 changes: 1 addition & 1 deletion walkers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log.workspace = true
egui.workspace = true
egui_extras.workspace = true
lru = "0.12"
thiserror = "1"
thiserror = "2"
image = { version = "0.25", default-features = false, features = ["jpeg", "png"] }
geo-types = { version = "0.7" }
reqwest = { version = "0.11", default-features = false, features = [
Expand Down

0 comments on commit 4fec192

Please sign in to comment.