Skip to content

Commit

Permalink
deps: dynfmt is no longer optional
Browse files Browse the repository at this point in the history
as we now also use it in pseudo
  • Loading branch information
jqnatividad committed Jan 11, 2024
1 parent ae170e3 commit 52ffb36
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ csvs_convert = { version = "0.8", default-features = false, features = [
data-encoding = { version = "2.5", optional = true }
dotenvy = "0.15"
dynfmt = { version = "0.1", default-features = false, features = [
"curly",
], optional = true }
"curly"]}
eudex = { version = "0.1", optional = true }
ext-sort = { version = "0.1", features = [
"memory-limit",
Expand Down Expand Up @@ -256,7 +255,6 @@ apply = [
"censor",
"cpc",
"data-encoding",
"dynfmt",
"eudex",
"hashbrown",
"qsv_currency",
Expand All @@ -269,7 +267,6 @@ apply = [
fetch = [
"cached",
"console",
"dynfmt",
"flate2",
"governor",
"hashbrown",
Expand All @@ -283,7 +280,6 @@ foreach = []
geocode = [
"anyhow",
"cached",
"dynfmt",
"geosuggest-core",
"geosuggest-utils",
"phf",
Expand All @@ -294,7 +290,7 @@ python = ["pyo3"]
to = ["csvs_convert"]
to_parquet = ["csvs_convert/parquet"]
lite = []
datapusher_plus = ["dynfmt", "self_update"]
datapusher_plus = ["self_update"]
polars = ["dep:polars", "smartstring"]
feature_capable = []
nightly = [
Expand Down

0 comments on commit 52ffb36

Please sign in to comment.