Skip to content

Commit

Permalink
Bump Bevy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Feb 18, 2024
1 parent 2868d65 commit f6f9bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/johanhelsing/bevy_pkv"
[dependencies]
thiserror = "1.0"
serde = "1.0"
bevy_ecs = { version = "0.12", optional = true } # we need for deriving Resource in PkvStore
bevy_ecs = { version = "0.13", optional = true } # we need for deriving Resource in PkvStore

[features]
default = ["bevy", "redb"]
Expand All @@ -34,7 +34,7 @@ directories = "5.0"
redb = { version = "1.4", optional = true }

[dev-dependencies]
bevy = { version = "0.12", default-features = false }
bevy = { version = "0.13", default-features = false }
strum_macros = "0.25"
tempfile = "3"

Expand Down

0 comments on commit f6f9bfd

Please sign in to comment.