aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-03-28 20:33:11 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-03-28 20:33:11 -0400
commit8b8053e2756da7ecc48d40c952d702ac371d32b7 (patch)
tree11f91fb672b1081fae707c724e8906d4291caa71
parentnative: fix compat with curl as old as 7.81.0 (diff)
meta: add information about curl versioning
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f23e996..88a14be 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,10 @@ Not all features are gated behind version flags, patches welcome.
A few features are not implemented, grep for "not implemented" and "SKIP".
I'm open to implementing what's left, but it's generally very niche things, such as ioctl callbacks.
+The package is sensitive to curl versions.
+It should work with any version >7.81.0, and has been tested against 7.85.0, 7.86.0, and 8.0.1.
+If you run into issues with building, please see the CONTRIBUTING document - chances are I can help fix it.
+
## Jurl
`jurl` is a requests-style API, but more complete.
You can use the `jurl/request` function directly (see its documentation for more details),