Skip to content

Commit

Permalink
Unify thiserror usage accross packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozycki committed May 10, 2024
1 parent 2c5f208 commit f83774d
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 85 deletions.
89 changes: 46 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions animation-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ lightfx = { path = "../lightfx" }
midi-msg = "0.4.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
thiserror = "1.0.60"
yew = { version = "0.19.0", optional = true }

[features]
Expand Down
Loading

0 comments on commit f83774d

Please sign in to comment.