From 111958ad37d3e5107925d0710bce57d6ab66dce2 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 20 Jul 2022 13:25:59 +0200 Subject: build: use syrette_macros from crates.io --- syrette/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syrette/Cargo.toml b/syrette/Cargo.toml index 2add8be..ab1d551 100644 --- a/syrette/Cargo.toml +++ b/syrette/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["DI", "dependency-injection", "ioc", "inversion-of-control"] edition = "2021" [dependencies] -syrette_macros = { path = "../syrette_macros" } +syrette_macros = "0.1.0" linkme = "0.3.0" once_cell = "1.4" error-stack = "0.1.1" -- cgit v1.2.3-18-g5258