File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ echo "Bumping versions.."
3636
3737# Update versions in manifests
3838sed -i " s/^version = \" [^\" ]*\" # rustler version$/version = \" $VERSION \" # rustler version/" rustler/Cargo.toml
39- sed -i " s/^rustler_codegen.*$/rustler_codegen = { path = \" ..\/rustler_codegen\" , version = \" $VERSION \" , optional = true }/" rustler/Cargo.toml
39+ sed -i " s/^rustler_codegen.*$/rustler_codegen = { path = \" ..\/rustler_codegen\" , version = \" $VERSION \" }/" rustler/Cargo.toml
4040sed -i " s/^version = \" [^\" ]*\" # rustler_codegen version$/version = \" $VERSION \" # rustler_codegen version/" rustler_codegen/Cargo.toml
4141sed -i " s/def rustler_version, do: \" [^\" ]*\" $/def rustler_version, do: \" $VERSION \" /" rustler_mix/mix.exs rustler_mix/lib/rustler.ex
4242sed -i " s/@version .*$/@version \" $VERSION \" /" rustler_mix/mix.exs
You can’t perform that action at this time.
0 commit comments