Skip to content

Commit

Permalink
Merge pull request #57 from extrawurst/update-only-bevy
Browse files Browse the repository at this point in the history
update bevy dependency
  • Loading branch information
johanhelsing authored Jul 10, 2024
2 parents 260f3d3 + 6aaf84b commit 862f1e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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
serde = { version = "1.0", features = ["derive"] }
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 862f1e1

Please sign in to comment.