Remove non_basic const_panic features (#2739)
* Remove non_basic const_panic features * fmt
This commit is contained in:
parent
0dabc34329
commit
ffbb7a0f42
@ -274,8 +274,8 @@ bitvec = { version = "1.0.1", optional = true, features = [
|
|||||||
|
|
||||||
arrayvec = { version = "0.7.6", optional = true, default-features = false } # used for fixed-len collects
|
arrayvec = { version = "0.7.6", optional = true, default-features = false } # used for fixed-len collects
|
||||||
|
|
||||||
const_format = "0.2.33" # used for providing helpful compiler output
|
const_format = "0.2.33" # used for providing helpful compiler output
|
||||||
const_panic = "0.2.9" # similarly, for formatting const panic output
|
const_panic = { version = "0.2.9", default-features = false } # similarly, for formatting const panic output
|
||||||
|
|
||||||
pyo3 = { workspace = true, optional = true }
|
pyo3 = { workspace = true, optional = true }
|
||||||
regex-syntax = { version = "0.8.4", optional = true } # For nautilus
|
regex-syntax = { version = "0.8.4", optional = true } # For nautilus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user