drop thiserror ver to match tera/pest

This commit is contained in:
kitsunecafe 2024-02-21 10:23:55 -05:00
parent 2e70d4d7f2
commit eff26f4491
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "roxy_core"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Rowan <rowan@kitsu.cafe>"]
repository = "https://fem.mint.lgbt/kitsunecafe/roxy-core"
@ -11,4 +11,4 @@ homepage = "https://roxy-docs.netlify.app"
[dependencies]
anyhow = "1.0.79"
thiserror = "1.0.57"
thiserror = "1.0.56"