diff --git a/Cargo.toml b/Cargo.toml index 7bc15f48..eea245e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ tokio = "1.45" # members stylus-sdk = { path = "stylus-sdk" } -stylus-core = { path = "stylus-core", version = "0.10.0-rc.0" } -stylus-test = { path = "stylus-test", version = "0.10.0-rc.0" } -stylus-proc = { path = "stylus-proc", version = "0.10.0-rc.0" } -stylus-tools = { path = "stylus-tools", version = "0.10.0-rc.0" } +stylus-core = { path = "stylus-core", version = "0.10.0-rc.1" } +stylus-test = { path = "stylus-test", version = "0.10.0-rc.1" } +stylus-proc = { path = "stylus-proc", version = "0.10.0-rc.1" } +stylus-tools = { path = "stylus-tools", version = "0.10.0-rc.1" }