Skip to content

fix: remove git dependency for pcre2#655

Open
jakedipity wants to merge 1 commit intomasterfrom
jakedipity/remove-pcre2-git
Open

fix: remove git dependency for pcre2#655
jakedipity wants to merge 1 commit intomasterfrom
jakedipity/remove-pcre2-git

Conversation

@jakedipity
Copy link
Contributor

Our pcre2 dependency was using a github reference which would sometimes cause network issues and failures in our CI/CD pipeline. This seems to have been a stopgap solution when the pcre2 crate didn't have the latest version from GitHub but this has since been resolved. Switch the git dependency to just use crate.

Our `pcre2` dependency was using a github reference which would sometimes
cause network issues and failures in our CI/CD pipeline. This seems to
have been a stopgap solution when the `pcre2` crate didn't have the
latest version from GitHub but this has since been resolved. Switch the
git dependency to just use crate.

Signed-off-by: Jacob Hull <jacob@planethull.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant