From 0ac759ad48a483644e25cb12e5bc6d3270625cac Mon Sep 17 00:00:00 2001 From: xevisalle Date: Tue, 28 Nov 2023 17:23:28 +0100 Subject: [PATCH] Add version to macro --- moat-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moat-core/Cargo.toml b/moat-core/Cargo.toml index add1ac8..9ec078c 100644 --- a/moat-core/Cargo.toml +++ b/moat-core/Cargo.toml @@ -33,7 +33,7 @@ hex = "0.4" rand = "0.8" dusk-bytes = "0.1" blake3 = "1.4" -code-hasher = { path = "../macros/code-hasher" } +code-hasher = { path = "../macros/code-hasher", version = "0.4.0" } tracing = "0.1" bytes = "1.4" reqwest = "0.11"