Skip to content

Commit

Permalink
move regex to a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Feb 3, 2025
1 parent 7e46bfc commit 7673edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ biblatex = { version = "0.10.0", optional = true }
ciborium = { version = "0.2.1", optional = true }
clap = { version = "4", optional = true, features = ["cargo"] }
strum = { version = "0.26", features = ["derive"], optional = true }
regex = { version = "1", optional = true }

[dev-dependencies]
heck = "0.5"
serde_json = "1"
regex = "1"

[[bin]]
name = "hayagriva"
Expand All @@ -45,4 +45,4 @@ required-features = ["cli"]
[[test]]
name = "citeproc"
path = "tests/citeproc.rs"
required-features = ["csl-json", "regex"]
required-features = ["csl-json"]

0 comments on commit 7673edf

Please sign in to comment.