From 5a211314256141ec9badd8d1eb3e3acaf8b64e7d Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Thu, 5 Sep 2024 20:35:30 +0300 Subject: [PATCH] Bump bevy_simple_text_input to 0.9 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47283340..1a064f11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1095,9 +1095,9 @@ dependencies = [ [[package]] name = "bevy_simple_text_input" -version = "0.8.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96ff52beee8948f31238ede22c9a2fc61c0cbd3ee9755c5f7fef35243a8ff146" +checksum = "d79e6f678fc51aaa733c84a778f22d5374a91740467e0767025438c4b93b6c64" dependencies = [ "bevy", ] diff --git a/Cargo.toml b/Cargo.toml index 17085e61..552f74ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bevy_replicon = "0.28" bevy_replicon_renet = "0.5" bevy_xpbd_3d = { version = "0.5", features = ["serialize"] } bevy_mod_outline = { version = "0.8" } -bevy_simple_text_input = "0.8" +bevy_simple_text_input = "0.9" oxidized_navigation = { version = "0.11", default-features = false, features = [ "xpbd", "debug_draw",