Skip to content

Commit

Permalink
Merge pull request #187 from light-curve/dependabot/cargo/test-util/t…
Browse files Browse the repository at this point in the history
…hiserror-2

Update thiserror requirement from 1 to 2 in /test-util
  • Loading branch information
hombit authored Dec 3, 2024
2 parents 40bd43f + 2298970 commit f741387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ itertools = "0.13.0"
lazy_static = "1.4"
light-curve-feature = { path = "..", default-features = false }
serde = { version = "1", features = ["derive"] }
thiserror = "1"
thiserror = "2"

0 comments on commit f741387

Please sign in to comment.