diff --git a/forrustts-core/Cargo.toml b/forrustts-core/Cargo.toml index 0301a838..30248059 100644 --- a/forrustts-core/Cargo.toml +++ b/forrustts-core/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["simulation", "tree_sequences", "tskit", "population_genetics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -thiserror = "1.0" +thiserror = "2.0" # NOTE: automagically adds rand as a cargo feature rand = { version = "0.8.5", optional = true }