Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Aug 7, 2024
1 parent c18d706 commit 1c3ef83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- name: zig
image: ziglings/ziglang:latest
image: ghcr.io/jiacai2050/playground:zig-20240807-377aaea1
pull: true
commands:
- zig version
Expand Down
10 changes: 5 additions & 5 deletions README.org
Original file line number Diff line number Diff line change
@@ -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]]
Expand Down Expand Up @@ -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]]

0 comments on commit 1c3ef83

Please sign in to comment.