chore: update to library release

This commit is contained in:
zaaarf 2023-11-24 11:22:24 +01:00
parent 38870f5670
commit 7ceb7eb998
No known key found for this signature in database
GPG key ID: 6445A5CD15E5B40C

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", branch = "woot", features = ["global", "sync"] } codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", tag = "0.5.0", features = ["global", "sync"] }
jni = { version = "0.21.1", features = ["invocation"] } jni = { version = "0.21.1", features = ["invocation"] }
jni-sys = "0.3.0" jni-sys = "0.3.0"
log = "0.4.20" log = "0.4.20"