summaryrefslogtreecommitdiffstats
path: root/vendor/bstr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/bstr/Cargo.toml')
-rw-r--r--vendor/bstr/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/bstr/Cargo.toml b/vendor/bstr/Cargo.toml
index 97f6d733a..f644ee2a8 100644
--- a/vendor/bstr/Cargo.toml
+++ b/vendor/bstr/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.60"
name = "bstr"
-version = "1.4.0"
+version = "1.5.0"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
exclude = ["/.github"]
description = "A string type that is not required to be valid UTF-8."
@@ -43,7 +43,7 @@ rustdoc-args = [
]
[profile.release]
-debug = true
+debug = 2
[lib]
bench = false