bevy/tools/compile_fail_utils/Cargo.toml
Martín Maita d7ce35234f
Update ui_test requirement from 0.29.1 to 0.30.1 (#19799)
# Objective

- Fixes #19670

## Solution

- Updated breaking code to be able to upgrade `ui_test` to the latest
version.

## Testing

- CI checks.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 18:19:46 +00:00

16 lines
318 B
TOML

[package]
name = "compile_fail_utils"
edition = "2024"
description = "Utils for compile tests used in the engine"
homepage = "https://bevy.org"
repository = "https://github.com/bevyengine/bevy"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
ui_test = "0.30.1"
[[test]]
name = "example"
harness = false