Skip to content

Commit e03b623

Browse files
committed
udpated to esp-hal 1.0.0-rc.0
1 parent 0af74c4 commit e03b623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

m5stack-cores3/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77

88

99
[dependencies]
10-
esp-hal = { version = "1.0.0-beta.0", features = ["esp32s3", "unstable"] }
10+
esp-hal = { version = "1.0.0-rc.0", features = ["esp32s3", "unstable"] }
1111
esp-backtrace = { version = "0.15.1", features = [
1212
"panic-handler",
1313
"println"
@@ -29,7 +29,7 @@ axp2101 = { git = "https://github.com/georgik/axp2101-rs.git", tag = "v0.2.0" }
2929
# GPIO Expander
3030
aw9523 = { git = "https://github.com/georgik/aw9523-rs.git", tag = "v0.2.0" }
3131

32-
bevy_ecs = { git = "https://github.com/bevyengine/bevy.git", rev = "301f618", default-features = false }
32+
bevy_ecs = { version = "0.16.1", default-features = false }
3333

3434

3535
[features]

0 commit comments

Comments
 (0)