Upgrade criterion
This commit is contained in:
parent
ff70c20063
commit
1c46655fdf
@ -74,7 +74,7 @@ uuid = { version = "1.0.0", optional = true, features = ["v4"] }
|
|||||||
wildmatch = "2.0.0"
|
wildmatch = "2.0.0"
|
||||||
|
|
||||||
# dev-dependencies can't be optional, so this is a regular dependency
|
# dev-dependencies can't be optional, so this is a regular dependency
|
||||||
criterion = { version = "0.3.3", optional = true }
|
criterion = { version = "0.4.0", optional = true }
|
||||||
|
|
||||||
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
|
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
|
||||||
js-sys = { version = "0.3", optional = true }
|
js-sys = { version = "0.3", optional = true }
|
||||||
|
@ -27,7 +27,7 @@ thiserror = "1.0.26"
|
|||||||
tracing = "0.1.26"
|
tracing = "0.1.26"
|
||||||
|
|
||||||
# dev-dependencies can't be optional, so this is a regular dependency
|
# dev-dependencies can't be optional, so this is a regular dependency
|
||||||
criterion = { version = "0.3.3", optional = true }
|
criterion = { version = "0.4.0", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user