Skip to content

Commit

Permalink
update bevy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Jul 10, 2024
1 parent 260f3d3 commit e43f2ef
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.13", optional = true } # we need for deriving Resource in PkvStore
bevy_ecs = { version = "0.14", optional = true } # we need for deriving Resource in PkvStore

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

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

Expand Down

0 comments on commit e43f2ef

Please sign in to comment.