drop thiserror ver to match tera/pest
This commit is contained in:
parent
2e70d4d7f2
commit
eff26f4491
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue