Skip to content

Commit

Permalink
feat(#6): braces
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 24, 2024
1 parent 4fd7a1a commit febccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ release:
just rultor
sed -i -e "s/^name = \"openapi\"/name = \"github-mirror\"/" github-mirror/Cargo.toml
sed -i -e "s/^version = \".*\"/version = \"${tag}\"/" github-mirror/Cargo.toml
sed -i -e "s/^openapi = { path = \"..\/github-mirror\", version = \"1.1.4\" }/github-mirror = { path = \"..\/github-mirror\", version = \"$tag\" }/" server/Cargo.toml
sed -i -e "s/^openapi = { path = \"..\/github-mirror\", version = \"1.1.4\" }/github-mirror = { path = \"..\/github-mirror\", version = \"${tag}\" }/" server/Cargo.toml
cargo build --features "mirror_release"
cargo --color=never test --features "mirror_release"
cargo +nightly fmt --check -- --color=never
Expand Down

0 comments on commit febccfb

Please sign in to comment.