From 14a4d992636172fcc332f0367882131d1002754c Mon Sep 17 00:00:00 2001 From: Joey Yandle Date: Wed, 29 Jan 2025 10:00:56 -0500 Subject: [PATCH] forgot top level cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fac4cb3a9..92c87eb9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ stackslib = { git = "https://github.com/stacks-network/stacks-core", rev = "4977 stacks-common = { git = "https://github.com/stacks-network/stacks-core", rev = "49777d3fd73a6dbb610be80c376b7d9389c9871a", default-features = false, features = ["canonical"] } # Trust Machines Dependencies -wsts = { git = "https://github.com/Trust-Machines/wsts.git", rev = "53ae23f5f35def420877ccc8c0fe3662e64e38a1" } +wsts = { git = "https://github.com/Trust-Machines/wsts.git", rev = "a7bf38bd54cddf0b78c0f7c521a5ed1537a684fa" } # Crates.io aquamarine = { version = "0.6.0", default-features = false }