upgrade bstr from 0.2 to 1.0

This commit is contained in:
Joel Natividad 2022-10-11 15:19:23 -04:00
parent 7f14d93c2b
commit 68d3eb2681

View file

@ -42,7 +42,7 @@ macros = ["mlua_derive/macros"]
[dependencies]
mlua_derive = { version = "=0.8.0", optional = true, path = "mlua_derive" }
bstr = { version = "0.2", features = ["std"], default_features = false }
bstr = { version = "1.0", features = ["std"], default_features = false }
once_cell = { version = "1.0" }
num-traits = { version = "0.2.14" }
rustc-hash = "1.0"