Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some request preconditions #40

Merged
merged 3 commits into from
Jan 7, 2025

Conversation

benbellick
Copy link
Contributor

@benbellick benbellick requested a review from mattjbray January 6, 2025 17:58
@benbellick benbellick marked this pull request as ready for review January 6, 2025 17:58
@@ -27,7 +27,7 @@
ppx_deriving_yojson
(ppx_here :with-test)
(tls :with-test)
(x509 ( >= 0.12.0)) ;; Required for the ~sloppy:true arg becoming the default
(x509 (and (>= 0.12.0) (< 1.0))) ;; Required for the ~sloppy:true arg becoming the default
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build was failing before because a version was getting installed that was too new.

@benbellick benbellick merged commit dbaf79e into master Jan 7, 2025
4 checks passed
@benbellick benbellick deleted the b/add-some-request-preconditions branch January 7, 2025 16:15
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.

2 participants