Skip to content

Commit

Permalink
prepare_release: Update version requirement for rustler_bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
evnu committed Sep 2, 2022
1 parent 5681354 commit 8282f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ echo "Bumping versions.."
sed -i "s/^version = \"[^\"]*\" # rustler version$/version = \"$VERSION\" # rustler version/" rustler/Cargo.toml
sed -i "s/^rustler_codegen.*$/rustler_codegen = { path = \"..\/rustler_codegen\", version = \"$VERSION\", optional = true}/" rustler/Cargo.toml
sed -i "s/^version = \"[^\"]*\" # rustler_codegen version$/version = \"$VERSION\" # rustler_codegen version/" rustler_codegen/Cargo.toml
sed -i "s/^rustler.*$/rustler = {path = \"..\/rustler\", version = \"$VERSION\"}/" rustler_bigint/Cargo.toml
sed -i "s/def rustler_version, do: \"[^\"]*\"$/def rustler_version, do: \"$VERSION\"/" rustler_mix/mix.exs rustler_mix/lib/rustler.ex
sed -i "s/@version .*$/@version \"$VERSION\"/" rustler_mix/mix.exs
sed -i "s/{:rustler, \".*\"}/{:rustler, \"~> $VERSION\"}/" rustler_mix/README.md
Expand Down

0 comments on commit 8282f08

Please sign in to comment.