Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from wacker-dev/docs-rs-build
Browse files Browse the repository at this point in the history
Fix the problem of docs.rs build failure
  • Loading branch information
iawia002 authored May 20, 2024
2 parents 9edb450 + c2d94bb commit ebea612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(docsrs, feature(doc_cfg))]

//! # wasi-http-client
//!
//! `wasi_http_client` is an HTTP client library for [WASI Preview 2](https://github.com/WebAssembly/WASI/tree/main/preview2),
Expand Down

0 comments on commit ebea612

Please sign in to comment.