Skip to content

Commit

Permalink
Use released version of stlrs
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k committed Sep 25, 2023
1 parent f94f539 commit f0b3511
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/augurs-mstl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f0b3511

Please sign in to comment.