1
Fork 0

Upgrade Object and related deps

This commit is contained in:
dirreke 2023-08-14 22:57:38 +08:00
parent 712f448168
commit 74817b7053
13 changed files with 119 additions and 80 deletions

View file

@ -11,7 +11,7 @@ bitflags = "1.0"
cstr = "0.2"
libc = "0.2"
measureme = "10.0.0"
object = { version = "0.31.1", default-features = false, features = [
object = { version = "0.32.0", default-features = false, features = [
"std",
"read",
] }