Skip to content

Commit

Permalink
fix: redis should not be enabled by default (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWhiteWu authored Aug 10, 2024
1 parent 008d6de commit d088cdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions 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 = "faststr"
version = "0.2.20"
version = "0.2.21"
authors = ["Volo Team <[email protected]>"]
edition = "2021"
description = "Faststr is a string library that reduces the cost of clone."
Expand All @@ -20,7 +20,7 @@ itoa = { version = "1", optional = true }
ryu = { version = "1", optional = true }

[features]
default = ["std", "redis"]
default = ["std"]
std = ["serde/std"]
serde = ["dep:serde"]
serde-unsafe = ["serde"]
Expand Down

0 comments on commit d088cdb

Please sign in to comment.