update
This commit is contained in:
parent
cdd0f7b3c5
commit
7d5395a30c
1 changed files with 4 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ unicode = ["text", "unicode-segmentation", "bstr?/unicode", "bstr?/std"]
|
|||
bytes = ["bstr", "text"]
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "=1.10.0", features = ["backtrace"] }
|
||||
insta = "=1.21.0"
|
||||
console = "0.15.0"
|
||||
serde_json = "1.0.68"
|
||||
|
||||
|
|
@ -72,3 +72,6 @@ required-features = ["text", "serde"]
|
|||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
[profile.test]
|
||||
debug = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue