From 2233c887069da4443d6063e0ba25fbc758bac83e Mon Sep 17 00:00:00 2001 From: frelodev Date: Fri, 8 Sep 2023 17:57:47 +0200 Subject: [PATCH] changed lib version --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4104672..89e9473 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -# codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", tag = "v0.3" } -codemp = { path = "../../lib", features = ["global"]} +codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", tag = "v0.4.5", features = ["global"] } tracing = "0.1" tracing-subscriber = "0.3" uuid = { version = "1.3.1", features = ["v4"] }