From cba85bd873c5ebeb6b6973ee4f0cf8f3046ff775 Mon Sep 17 00:00:00 2001 From: Rory Neithinger Date: Fri, 17 Oct 2025 15:07:59 -0700 Subject: [PATCH] Fix version number for deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }