From c9ec00b42c72315e6a6013677559e60cbe09936f Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:59:50 +0700 Subject: [PATCH] Specify masterror-derive version for packaging --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1569de2..cf609c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ turnkey = [] openapi = ["dep:utoipa"] [dependencies] -masterror-derive = { path = "masterror-derive" } +masterror-derive = { path = "masterror-derive", version = "0.1.0" } tracing = "0.1" serde = { version = "1", features = ["derive"] }