Skip to content

Commit ecafae5

Browse files
committed
github: ANSI color code rendering should cache compiled regex
1 parent 3f38b15 commit ecafae5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ members = [
2525
resolver = "2"
2626

2727
[workspace.dependencies]
28-
ansi-to-html = "0.2"
28+
ansi-to-html = { version = "0.2", features = [ "lazy-init" ] }
2929
anyhow = "1"
3030
aws-config = "1"
3131
aws-credential-types = "1"

0 commit comments

Comments
 (0)