Skip to content

Commit

Permalink
fix: update thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Nov 7, 2024
1 parent dc3d7e7 commit 845ee37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ nalgebra = "0.33.0"
rand = { version = "0.8.5", features = ["rand_chacha"] }
rand_distr = "0.4.3"
rerun = "0.19.0"
thiserror = "1.0.63"
thiserror = "2.0.0"
serde = { version = "1.0.209", features = ["derive"] }
serde_yaml = "0.9.34"
env_logger = "0.11.5"
Expand Down

0 comments on commit 845ee37

Please sign in to comment.