Skip to content

Commit

Permalink
chore(deps): add compact_str/serde
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Aug 5, 2024
1 parent 324be24 commit c15ab2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "case_insensitive_string"
version = "0.2.4"
version = "0.2.5"
authors = ["Jeff Mendez <jeff@a11ywatch.com>"]
edition = "2021"
description = "A case insensitive string struct."
Expand All @@ -17,4 +17,4 @@ serde = { version = "1", optional = true, features = ["derive"] }

[features]
compact = ["dep:compact_str"]
serde = ["dep:serde"]
serde = ["dep:serde", "compact_str/serde"]

0 comments on commit c15ab2b

Please sign in to comment.