Skip to content

Commit 177f4c0

Browse files
authored
Update subsecond to 0.7.0-rc.0 (#21220)
# Objective subsecond has had a number of alpha releases and an RC release. We should update to the latest version. ## Solution Update subsecond to 0.7.0-rc.0. The hotpatching_systems example still works (in combination with dioxus-cli 0.7.0-rc.0)
1 parent 64199f8 commit 177f4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ variadics_please = { version = "1.1", default-features = false }
120120
tracing = { version = "0.1", default-features = false, optional = true }
121121
log = { version = "0.4", default-features = false }
122122
bumpalo = "3"
123-
subsecond = { version = "0.7.0-alpha.1", optional = true }
123+
subsecond = { version = "0.7.0-rc.0", optional = true }
124124
slotmap = { version = "1.0.7", default-features = false }
125125

126126
concurrent-queue = { version = "2.5.0", default-features = false }

0 commit comments

Comments
 (0)