Skip to content

Commit

Permalink
Make serde_yaml dependency dev-only
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Aug 11, 2024
1 parent fc5fdcf commit c0d1152
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cursive-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ crossbeam-channel = "0.5"
lazy_static = "1"
ahash = "0.8"
serde_json = "1.0.85"
serde_yaml = "0.9.11"
parking_lot = { version = "0.12.1", features = ["arc_lock"] }
compact_str = "0.8.0"

Expand Down Expand Up @@ -69,3 +68,6 @@ ansi = ["dep:ansi-parser"] # Enables an ansi-to-styled string parser

[lib]
name = "cursive_core"

[dev-dependencies]
serde_yaml = "0.9.11"

0 comments on commit c0d1152

Please sign in to comment.