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.."
36
36
37
37
# Update versions in manifests
38
38
sed -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
40
40
sed -i " s/^version = \" [^\" ]*\" # rustler_codegen version$/version = \" $VERSION \" # rustler_codegen version/" rustler_codegen/Cargo.toml
41
41
sed -i " s/def rustler_version, do: \" [^\" ]*\" $/def rustler_version, do: \" $VERSION \" /" rustler_mix/mix.exs rustler_mix/lib/rustler.ex
42
42
sed -i " s/@version .*$/@version \" $VERSION \" /" rustler_mix/mix.exs
You can’t perform that action at this time.
0 commit comments