diff options
author | Loïc Hoguin <[email protected]> | 2025-04-11 14:34:51 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-04-11 14:34:51 +0200 |
commit | eb808a3f8bbd97d2a2ea0114b43b708a17b44066 (patch) | |
tree | fc142e5b11792af4f84d8634d9a8809f32344634 /_build/data | |
parent | 25e93c91878b7f8536764b06d2cb72020031acd1 (diff) | |
download | ninenines.eu-master.tar.gz ninenines.eu-master.tar.bz2 ninenines.eu-master.zip |
Diffstat (limited to '_build/data')
-rw-r--r-- | _build/data/projects/cowlib.toml | 4 | ||||
-rw-r--r-- | _build/data/projects/gun.toml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/_build/data/projects/cowlib.toml b/_build/data/projects/cowlib.toml index d2cca1a7..8a29a7c0 100644 --- a/_build/data/projects/cowlib.toml +++ b/_build/data/projects/cowlib.toml @@ -3,7 +3,7 @@ catchphrase = "Support library for the Web." description = "The Web toolbox for HTTP/1.1, HTTP/2, Websocket, Multipart, Cookies, URL encoding..." name = "cowlib" repository = "https://github.com/ninenines/cowlib" -versions = ["2.14", "2.13", "2.12", "2.11", "2.10", "2.9", "2.8"] -branches = ["2.14.0", "2.13.0", "2.12.1", "2.11.0", "2.10.1", "2.9.1", "2.8.0"] +versions = ["2.15", "2.14", "2.13", "2.12", "2.11", "2.10", "2.9", "2.8"] +branches = ["2.15.0", "2.14.0", "2.13.0", "2.12.1", "2.11.0", "2.10.1", "2.9.1", "2.8.0"] has_source = true has_manual = true diff --git a/_build/data/projects/gun.toml b/_build/data/projects/gun.toml index 2aed64f5..1fbbfba1 100644 --- a/_build/data/projects/gun.toml +++ b/_build/data/projects/gun.toml @@ -3,8 +3,8 @@ catchphrase = "The smoking gun of HTTP clients." description = "Asynchronous client with support for HTTP/1.1, HTTP/2, Websocket and more." name = "gun" repository = "https://github.com/ninenines/gun" -versions = ["2.1", "2.0", "1.3", "1.2", "1.1", "1.0"] -branches = ["e2ff7181186ca1e53c1d9386aed295e7b7239f09", "2.0.1", "1.3.1", "1.2.0", "1.1.0", "1.0.0"] +versions = ["2.2", "2.1", "2.0", "1.3", "1.2", "1.1", "1.0"] +branches = ["fa9f4663f219a9d7c7dcd7dc33ded323cce4cfcb", "e2ff7181186ca1e53c1d9386aed295e7b7239f09", "2.0.1", "1.3.1", "1.2.0", "1.1.0", "1.0.0"] has_source = true has_guide = true has_manual = true |