diff options
author | Joel Natividad <1980690+jqnatividad@users.noreply.github.com> | 2022-10-11 15:19:23 -0400 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2022-12-18 00:35:40 +0000 |
commit | 02c08c6350092f7c94d40251e649e0e1116f2374 (patch) | |
tree | 9fae179793fd48f63d4c3ff0528d13f685da7368 | |
parent | 05eb20f9c6340869fa7f52a4138bc63beedc9f1f (diff) | |
download | mlua-02c08c6350092f7c94d40251e649e0e1116f2374.zip |
upgrade bstr from 0.2 to 1.0
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |