Skip to content

Commit 5a59dd1

Browse files
authored
Merge pull request #48049 from fastly/jkarneges/update-v1
merge main into v1
2 parents ec44efa + 166eb32 commit 5a59dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DESTDIR=build/pushpin-$VERSION
1212

1313
mkdir -p $DESTDIR
1414

15-
cp -a .gitignore benches build.rs Cargo.lock Cargo.toml CHANGELOG.md examples LICENSE Makefile postbuild SECURITY.md README.md src tools $DESTDIR
15+
cp -a .gitignore benches build.rs Cargo.lock Cargo.toml cbindgen.toml CHANGELOG.md examples LICENSE Makefile postbuild SECURITY.md README.md src tools $DESTDIR
1616

1717
sed -i.orig -e "s/^version = .*/version = \"$VERSION\"/g" $DESTDIR/Cargo.toml
1818
rm $DESTDIR/Cargo.toml.orig

0 commit comments

Comments
 (0)