From 5e4cbe5fb17fd288f5e357160a1d80273e78b7b2 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 5 Aug 2024 19:14:51 +0200 Subject: [PATCH] fix: org name ehe --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 357e58c..2988964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ crate-type = ["cdylib"] # core tracing = "0.1" # woot -codemp-woot = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/woot.git", features = ["serde"], tag = "v0.1.2" } +codemp-woot = { git = "ssh://git@github.com/hexedtech/woot.git", features = ["serde"], tag = "v0.1.2" } # proto -codemp-proto = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp-proto.git", tag = "v0.6.1" } +codemp-proto = { git = "ssh://git@github.com/hexedtech/codemp-proto.git", tag = "v0.6.1" } uuid = { version = "1.7", features = ["v4"] } tonic = { version = "0.11.0", features = ["tls", "tls-roots"] } # api