Skip to content

Commit

Permalink
chore(capi): updated comments in gen_header.sh (hyperium#3426)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha authored and 0xE282B0 committed Jan 12, 2024
1 parent fea867b commit 89e8fe8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions capi/gen_header.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#!/usr/bin/env bash

# This script regenerates hyper.h. As of April 2021, it only works with the
#
# This script regenerates hyper.h.
# nightly build of Rust.
#
# Requirements:
#
# cargo install cbindgen
# cargo install cargo-expand

set -e

Expand Down

0 comments on commit 89e8fe8

Please sign in to comment.