Skip to content

Commit 327c261

Browse files
committed
refactor: Use a custom adapter for anstyle-svg
1 parent f1d6c14 commit 327c261

File tree

4 files changed

+385
-3
lines changed

4 files changed

+385
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/anstyle-svg/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ pre-release-replacements = [
2525

2626
[dependencies]
2727
anstyle = { version = "1.0.0", path = "../anstyle" }
28-
anstream = { version = "0.6", path = "../anstream", default-features = false }
28+
anstyle-parse = { version = "0.2.6", path = "../anstyle-parse" }
2929
anstyle-lossy = { version = "1.0.0", path = "../anstyle-lossy" }
3030
html-escape = "0.2.13"
3131
unicode-width = "0.2.0"
3232

3333
[dev-dependencies]
34+
proptest = "1.5.0"
3435
snapbox = "0.6.5"
3536

3637
[lints]

0 commit comments

Comments
 (0)