1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-20 11:36:11 -05:00

Rename primary branch to main

This commit is contained in:
Tom Parker-Shemilt 2022-06-11 10:17:08 +01:00
parent 2da366aead
commit 69ea026f34
4 changed files with 6 additions and 6 deletions

View file

@ -3,10 +3,10 @@ name: Lint
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
jobs: jobs:
lint-md: lint-md:

View file

@ -2,10 +2,10 @@ name: Rust
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
schedule: schedule:
- cron: 0 0 * * * - cron: 0 0 * * *
env: env:

View file

@ -6,7 +6,7 @@ Our goal is to have mostly projects that are stable and useful to many users.
## How? ## How?
The easiest way is to go to https://github.com/rust-unofficial/awesome-rust/blob/master/README.md and click on the "pen" icon in the upper right corner. Make the changes to the file and follow the instructions to create a pull request. The easiest way is to go to https://github.com/rust-unofficial/awesome-rust/blob/main/README.md and click on the "pen" icon in the upper right corner. Make the changes to the file and follow the instructions to create a pull request.
If you want to add an entry to the `README.md` please consider this: If you want to add an entry to the `README.md` please consider this:

View file

@ -1,4 +1,4 @@
# Awesome Rust [![build badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/rust-unofficial/awesome-rust/) # Awesome Rust [![build badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/rust-unofficial/awesome-rust/)
A curated list of Rust code and resources. A curated list of Rust code and resources.