Skip to content

Commit

Permalink
chore: move wildescape to workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Dec 20, 2024
1 parent bfdc5b7 commit 9e4a55f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ serde_json = "1"
thiserror = "1.0"
xmlserde = "0.10"
xmlserde_derives = "0.10"
wildescape = "0.1"

logisheets_lexer = { path = "crates/controller/lexer", version = "0.7.0" }
logisheets_parser = { path = "crates/controller/parser", version = "0.7.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
statrs = "0.16.1"
unicode-segmentation = "1.10.1"
wildescape = "0.1.0"
wildescape = { workspace = true }
uuid = { version = "1.4.1", features = ["v4", "fast-rng", "macro-diagnostics"] }

logisheets_base = { path = "./base", features = ["gents"], version = "0.7.0" }
Expand Down

0 comments on commit 9e4a55f

Please sign in to comment.