Skip to content

Commit

Permalink
make choice-string a non-optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Samuels committed Jul 8, 2024
1 parent b5bda81 commit a3ba69a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sonnerie"
version = "0.9.0"
version = "0.9.1"
authors = ["Charles Samuels <kalle@eventures.vc>", "e.ventures Management LLC"]
edition = "2021"
description = "An easy timeseries database"
Expand All @@ -13,7 +13,7 @@ documentation = "https://docs.rs/sonnerie/"

[features]
default=["bin", "sonnerie-serve","by-key"]
bin = ["clap","choice-string" ]
bin = ["clap"]
sonnerie-serve = ["clap","url","hyper","tokio","futures",
"lines_from_request", "serde", "serde_derive", "shardio" ]
by-key=["lending-cell"]
Expand Down Expand Up @@ -49,7 +49,7 @@ either="1.6"
compact_str="0.7"
lending-cell = {version="0.1.1", optional=true }
thiserror = "1.0"
choice-string = {version="0.0.1", optional=true }
choice-string = "0.0.1"

[dev-dependencies]
rand={version="0.8", features=["small_rng"]}
Expand Down

0 comments on commit a3ba69a

Please sign in to comment.