Skip to content

Commit

Permalink
Merge branch 'main' into i1048
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Nov 4, 2024
2 parents 738db4c + fc32690 commit afa9252
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,8 @@ readme:
| jq -r '.index[.root|tostring].docs' \
> README.md

watch:
cargo watch --clear --watch-when-idle --shell '$(MAKE)'

watch-doc:
cargo +nightly-2024-10-10 watch --clear --watch-when-idle --shell '$(MAKE) doc CARGO_DOC_ARGS='

fmt:
cargo fmt --all

clean:
cargo clean

bump-version:
cargo workspaces version --all --force '*' --no-git-commit --yes custom $(VERSION)

publish:
cargo workspaces publish --all --force '*' --from-git --yes

0 comments on commit afa9252

Please sign in to comment.