We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec44efa + 166eb32 commit 5a59dd1Copy full SHA for 5a59dd1
package.sh
@@ -12,7 +12,7 @@ DESTDIR=build/pushpin-$VERSION
12
13
mkdir -p $DESTDIR
14
15
-cp -a .gitignore benches build.rs Cargo.lock Cargo.toml CHANGELOG.md examples LICENSE Makefile postbuild SECURITY.md README.md src tools $DESTDIR
+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
16
17
sed -i.orig -e "s/^version = .*/version = \"$VERSION\"/g" $DESTDIR/Cargo.toml
18
rm $DESTDIR/Cargo.toml.orig
0 commit comments