From f0b35110d5130ed5fe4f72848a213c654d97678b Mon Sep 17 00:00:00 2001 From: Ben Sully Date: Mon, 25 Sep 2023 08:58:42 +0100 Subject: [PATCH] Use released version of stlrs --- crates/augurs-mstl/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/augurs-mstl/Cargo.toml b/crates/augurs-mstl/Cargo.toml index 0006d01b..25005fba 100644 --- a/crates/augurs-mstl/Cargo.toml +++ b/crates/augurs-mstl/Cargo.toml @@ -12,8 +12,7 @@ description = "Multiple Seasonal-Trend decomposition with LOESS (MSTL) using the augurs-core.workspace = true distrs.workspace = true serde = { workspace = true, features = ["derive"], optional = true } -stlrs = { git = "https://github.com/sd2k/stl-rust", branch = "mstl-debug-clone", version = "0.2.2" } -# stlrs = "0.2.2" +stlrs = "0.3.0" thiserror.workspace = true tracing.workspace = true