Skip to content

Commit

Permalink
Bump compact_str to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Jul 31, 2024
1 parent 6069c83 commit 9f9a985
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions cursive-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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.7.1"
compact_str = "0.8.0"

[dependencies.cursive-macros]
path = "../cursive-macros"
Expand Down Expand Up @@ -68,11 +68,10 @@ version = "0.11"

[features]
default = []
doc-cfg = []
builder = ["inventory", "cursive-macros/builder"]
markdown = ["pulldown-cmark"]
ansi = ["ansi-parser"]
unstable_scroll = [] # Deprecated feature, remove in next version
doc-cfg = [] # Add doc-centric features
builder = ["inventory", "cursive-macros/builder"] # Enable building views from configs
markdown = ["pulldown-cmark"] # Enables a markdown-to-styled string parser
ansi = ["ansi-parser"] # Enables an ansi-to-styled string parser

[lib]
name = "cursive_core"

0 comments on commit 9f9a985

Please sign in to comment.