Skip to content

Commit

Permalink
Merge pull request #51 from Leinnan/main
Browse files Browse the repository at this point in the history
Bump Bevy version to 0.13
  • Loading branch information
johanhelsing authored Feb 18, 2024
2 parents 2868d65 + 931ec9e commit af0b750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ I intend to support the `main` branch of Bevy in the `bevy-main` branch.

|bevy|bevy\_pkv|
|----|---|
|0.12|0.9, main|
|0.13|main|
|0.12|0.9|
|0.11|0.8|
|0.10|0.7|
|0.9 |0.6|
Expand Down

0 comments on commit af0b750

Please sign in to comment.