1
Fork 0

Auto merge of #111413 - workingjubilee:bump-object-0-31-1, r=MarkSimulacrum

Bump object and thorin-dwp

Required to fix watchOS breakage.
This commit is contained in:
bors 2023-05-20 13:19:37 +00:00
commit 4eb5225cdf
6 changed files with 47 additions and 18 deletions

View file

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