From f2f053b8a2699facf346b16388b27fd88dea9cc4 Mon Sep 17 00:00:00 2001 From: Ritesh Chitlangi Date: Tue, 27 Jul 2021 03:59:47 +0800 Subject: [PATCH] updated epp-client to use macro lib from crates.io --- epp-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epp-client/Cargo.toml b/epp-client/Cargo.toml index 1757f3f..c769d4f 100644 --- a/epp-client/Cargo.toml +++ b/epp-client/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/masalachai/epp-client" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -epp-client-macros = { path = "../epp-client-macros" } +epp-client-macros = "0.1" #{ path = "../epp-client-macros" } bytes = "1" chrono = "0.4" confy = "0.4"