Skip to content

Commit 53d5924

Browse files
committed
Add TODO about regex vs fancy-regex
1 parent 99013ae commit 53d5924

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

buildpacks/ruby/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ indoc = "2"
1919
libcnb = "=0.17.0"
2020
libherokubuildpack = { version = "=0.17.0", default-features = false, features = ["digest"] }
2121
rand = "0.8"
22+
# TODO: Consolidate on either the regex crate or the fancy-regex crate, since this repo currently uses both.
2223
regex = "1"
2324
serde = "1"
2425
tar = { version = "0.4", default-features = false }

commons/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ workspace = true
1414
ascii_table = { version = "4", features = ["color_codes"] }
1515
byte-unit = "4"
1616
const_format = "0.2"
17+
# TODO: Consolidate on either the regex crate or the fancy-regex crate, since this repo currently uses both.
1718
fancy-regex = "0.13"
1819
fs_extra = "1"
1920
fs-err = "2"

0 commit comments

Comments
 (0)