Skip to content

Commit

Permalink
Merge pull request #48049 from fastly/jkarneges/update-v1
Browse files Browse the repository at this point in the history
merge main into v1
  • Loading branch information
jkarneges authored Jul 18, 2024
2 parents ec44efa + 166eb32 commit 5a59dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DESTDIR=build/pushpin-$VERSION

mkdir -p $DESTDIR

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

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

0 comments on commit 5a59dd1

Please sign in to comment.