Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
[msrv-badge]: https://img.shields.io/badge/MSRV-1.85-green?logo=rust
[license-badge]: https://img.shields.io/crates/l/${projectName}
[license-url]: https://www.apache.org/licenses/LICENSE-2.0
[actions-badge]: https://github.com/fast/template/workflows/CI/badge.svg
[actions-url]: https://github.com/fast/template/actions?query=workflow%3ACI
[actions-badge]: https://github.com/fast/template/actions/workflows/ci.yml/badge.svg
[actions-url]: https://github.com/fast/template/actions/workflows/ci.yml

Use this repository as a GitHub template to quickly start a new Rust project.

## Getting Started

1. Create a new repository using this template;
2. Clone your repository and run the bootstrap script: `cargo x bootstrap`;
3. Cleanup the bootstrap scaffolding: `cargo x bootstrap --cleanup`;
3. Clean up the bootstrap scaffolding: `cargo x bootstrap --cleanup`;
4. Start building your project!

## Minimum Rust version policy
Expand Down