From f6f9bfdb06ca39bbd5f0cb80e8958474c687f36b Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Sun, 18 Feb 2024 16:12:48 +0100 Subject: [PATCH 1/2] Bump Bevy version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64643c6..d2156fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -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" From 931ec9e3bfbf5c1eb90b6448d3b9095971a4d7d3 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Sun, 18 Feb 2024 16:13:32 +0100 Subject: [PATCH 2/2] Update table --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a679d..5afe52f 100644 --- a/README.md +++ b/README.md @@ -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|