Skip to content

Commit

Permalink
feat(#10): publish with --features
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 24, 2024
1 parent febccfb commit 6244acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ release:
ls -a ../
mkdir -p ~/.cargo && cp ../credentials ~/.cargo
cargo --color=never publish -p github-mirror
cargo --color=never publish -p fakehub-server
cargo --color=never publish -p fakehub
cargo --color=never publish -p fakehub-server --features "mirror_release"
cargo --color=never publish -p fakehub --features "mirror_release"

0 comments on commit 6244acc

Please sign in to comment.