drop thiserror ver to match tera/pest
This commit is contained in:
parent
2e70d4d7f2
commit
eff26f4491
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "roxy_core"
|
name = "roxy_core"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Rowan <rowan@kitsu.cafe>"]
|
authors = ["Rowan <rowan@kitsu.cafe>"]
|
||||||
repository = "https://fem.mint.lgbt/kitsunecafe/roxy-core"
|
repository = "https://fem.mint.lgbt/kitsunecafe/roxy-core"
|
||||||
|
@ -11,4 +11,4 @@ homepage = "https://roxy-docs.netlify.app"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.79"
|
anyhow = "1.0.79"
|
||||||
thiserror = "1.0.57"
|
thiserror = "1.0.56"
|
||||||
|
|
Loading…
Reference in a new issue