Skip to content

Commit

Permalink
Add TODO about regex vs fancy-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Mar 1, 2024
1 parent 99013ae commit 53d5924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildpacks/ruby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ indoc = "2"
libcnb = "=0.17.0"
libherokubuildpack = { version = "=0.17.0", default-features = false, features = ["digest"] }
rand = "0.8"
# TODO: Consolidate on either the regex crate or the fancy-regex crate, since this repo currently uses both.
regex = "1"
serde = "1"
tar = { version = "0.4", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ workspace = true
ascii_table = { version = "4", features = ["color_codes"] }
byte-unit = "4"
const_format = "0.2"
# TODO: Consolidate on either the regex crate or the fancy-regex crate, since this repo currently uses both.
fancy-regex = "0.13"
fs_extra = "1"
fs-err = "2"
Expand Down

0 comments on commit 53d5924

Please sign in to comment.