Skip to content

Commit

Permalink
thiserror v2
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Nov 30, 2024
1 parent 4193a57 commit 07b8a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["game-development"]
repository = "https://github.com/johanhelsing/bevy_pkv"

[dependencies]
thiserror = "1.0"
thiserror = "2"
serde = { version = "1", features = ["derive"] }
bevy_ecs = { version = "0.15", optional = true } # we need for deriving Resource in PkvStore

Expand Down

0 comments on commit 07b8a3f

Please sign in to comment.