changed lib version

This commit is contained in:
frelodev 2023-09-08 17:57:47 +02:00
parent 9929aa753a
commit 2233c88706

View file

@ -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"] }