Skip to content

Commit 31f2730

Browse files
authored
chore(capi): updated comments in gen_header.sh (#3426)
1 parent 2954280 commit 31f2730

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

capi/gen_header.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#!/usr/bin/env bash
2-
3-
# This script regenerates hyper.h. As of April 2021, it only works with the
2+
#
3+
# This script regenerates hyper.h.
44
# nightly build of Rust.
5+
#
6+
# Requirements:
7+
#
8+
# cargo install cbindgen
9+
# cargo install cargo-expand
510

611
set -e
712

0 commit comments

Comments
 (0)