From a4e6d5070d044ccfdf70f7667f600e813a98c1b8 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 5 Mar 2023 09:17:27 -0400 Subject: [PATCH] updated dev-dtosrepo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eba33af..19c286c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ syn = "1.0" #quote = "1.0" #proc-macro2 = "1.0" -dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git" } +dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1" } \ No newline at end of file