From 1c3ef830bea6af686d94401e5787e8a8e50a629a Mon Sep 17 00:00:00 2001 From: jiacai2050 Date: Wed, 7 Aug 2024 21:34:38 +0800 Subject: [PATCH] update README --- .woodpecker/ci.yml | 2 +- README.org | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 2b56964..b0bbafc 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -1,6 +1,6 @@ steps: - name: zig - image: ziglings/ziglang:latest + image: ghcr.io/jiacai2050/playground:zig-20240807-377aaea1 pull: true commands: - zig version diff --git a/README.org b/README.org index 0fa4076..932c637 100644 --- a/README.org +++ b/README.org @@ -1,10 +1,10 @@ #+TITLE: zig-curl #+DATE: 2023-09-16T23:16:15+0800 -#+LASTMOD: 2024-05-12T13:20:36+0800 +#+LASTMOD: 2024-08-07T21:34:31+0800 #+OPTIONS: toc:nil num:nil #+STARTUP: content -[[https://img.shields.io/badge/zig%20version-0.12.0-blue.svg]] +[[https://img.shields.io/badge/zig%20version-0.13.0-blue.svg]] [[https://img.shields.io/badge/zig%20version-master-blue.svg]] [[https://github.com/jiacai2050/zig-curl/actions/workflows/CI.yml][https://github.com/jiacai2050/zig-curl/actions/workflows/CI.yml/badge.svg]] [[https://ci.codeberg.org/repos/13257][https://ci.codeberg.org/api/badges/13257/status.svg]] @@ -64,9 +64,9 @@ exe.linkSystemLibrary("curl"); exe.linkLibC(); #+end_src -* Roadmap - -- [x] Currently only easy API is supported, support [[https://curl.se/libcurl/c/libcurl-multi.html][multi API]]. +* Community +Welcome to [[https://github.com/jiacai2050/zig-curl/discussions][Discussions]] to share your ideas +with the community. * License [[file:LICENSE][MIT]]