From eff26f4491b759b090b2a43f3e8f0a66b4bcda74 Mon Sep 17 00:00:00 2001 From: kitsunecafe <10284516+kitsunecafe@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:23:55 -0500 Subject: [PATCH] drop thiserror ver to match tera/pest --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e02c66f..d1479d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roxy_core" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Rowan "] 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"