Skip to content

Commit 154a5c0

Browse files
Update variadics_please requirement from 1.0 to 2.0 (#681)
Updates the requirements on [variadics_please](https://github.com/bevyengine/variadics_please) to permit the latest version. - [Changelog](https://github.com/bevyengine/variadics_please/blob/main/RELEASES.md) - [Commits](https://github.com/bevyengine/variadics_please/commits) --- updated-dependencies: - dependency-name: variadics_please dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e7cf43 commit 154a5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ log = "0.4" # Directly depend on `log` like other `no_std` Bevy crates, since `b
3333
petgraph = { version = "0.8", default-features = false, features = [
3434
"stable_graph",
3535
] }
36-
variadics_please = "1.0"
36+
variadics_please = "2.0"
3737
typeid = "1.0"
3838
bytes = { version = "1.10", default-features = false }
3939
serde = { version = "1.0", default-features = false }

0 commit comments

Comments
 (0)