From 4080d27ec7ce18eed04b9b1fa2ca8ff716540128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Blankfors?= Date: Mon, 25 Mar 2024 22:05:14 +0100 Subject: [PATCH] feat: Set wsts version to 9.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3330477c7..2aecc7480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rand_core = "0.6" rand = "0.8" rand_chacha = "0.3.1" tikv-jemallocator = "0.5.4" -wsts = { git = "https://github.com/stacks-network/wsts.git", default-features = false, rev = "1b9589df9c1ee299423bffdf8f74298d9f4464f2" } +wsts = { version = "9.0.0", default-features = false } # Use a bit more than default optimization for # dev builds to speed up test execution