1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-08-28 11:36:17 +03:00

do not depend on implicit features

since it is warned on building this crate in Rust 2024
Этот коммит содержится в:
rhysd
2024-08-15 12:35:11 +09:00
родитель b8491704bc
Коммит 2cae64bae6

Просмотреть файл

@@ -32,6 +32,7 @@ tuirs-no-backend = ["tuirs"]
# Other optional features
search = ["dep:regex"]
serde = ["dep:serde"]
arbitrary = ["dep:arbitrary"]
[dependencies]
arbitrary = { version = "1", features = ["derive"], optional = true }