Remove any references to master (#2391)

This commit is contained in:
Christian Poveda Ruiz
2023-01-18 12:23:13 -05:00
committed by GitHub
parent 9da0ba2643
commit 9960524a62
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -3,10 +3,10 @@ name: bindgen
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
rustfmt-clippy:
+1 -1
View File
@@ -3,7 +3,7 @@ name: Deploy book
on:
push:
branches:
- master
- main
jobs:
deploy-book:
+1 -1
View File
@@ -1302,7 +1302,7 @@ Released 2017/10/27
have. [#1094][]
[faq]: https://rust-lang.github.io/rust-bindgen/faq.html
[fuzzing]: https://github.com/rust-lang/rust-bindgen/blob/master/csmith-fuzzing/README.md
[fuzzing]: https://github.com/rust-lang/rust-bindgen/blob/main/csmith-fuzzing/README.md
[#938]: https://github.com/rust-lang/rust-bindgen/issues/938
[#888]: https://github.com/rust-lang/rust-bindgen/issues/888
+4 -4
View File
@@ -336,7 +336,7 @@ the `codegen::postprocessing` module by following these steps:
Ensure that each commit stands alone, and passes tests. This enables better `git
bisect`ing when needed. If your commits do not stand on their own, then rebase
them on top of the latest master and squash them into a single commit.
them on top of the latest main and squash them into a single commit.
All pull requests undergo code review before merging. To request review, comment
`r? @github_username_of_reviewer`. They we will respond with `r+` to approve the
@@ -419,7 +419,7 @@ $ brew install creduce
$ # Etc...
```
Otherwise, follow [these instructions](https://github.com/csmith-project/creduce/blob/master/INSTALL.md) for building and/or installing `creduce`.
Otherwise, follow [these instructions](https://github.com/csmith-project/creduce/blob/main/INSTALL.md) for building and/or installing `creduce`.
Running `creduce` requires two things:
@@ -548,9 +548,9 @@ $ ./node_modules/doctoc/doctoc.js CHANGELOG.md
Bump version numbers as needed. Run tests just to ensure everything is working
as expected.
### Merge to `master`
### Merge to `main`
For regular releases, the changes above should end up in `master` before
For regular releases, the changes above should end up in `main` before
publishing. For dot-releases of an old version (e.g., cherry-picking an
important fix) you can skip this.
+1 -1
View File
@@ -25,7 +25,7 @@ platform:
branches:
only:
- master
- main
install:
- if %PLATFORM% == x86 (set RUST_PLATFORM=i686&set MINGW_BITS=32) else (set RUST_PLATFORM=x86_64&set MINGW_BITS=64)
+1 -1
View File
@@ -41,7 +41,7 @@ Found a bug with `bindgen`? [File an issue here.][file-issue]
[crates.io]: https://crates.io/crates/bindgen
[guide]: https://rust-lang.github.io/rust-bindgen
[docs]: https://docs.rs/bindgen
[contributing]: https://github.com/rust-lang/rust-bindgen/blob/master/CONTRIBUTING.md
[contributing]: https://github.com/rust-lang/rust-bindgen/blob/main/CONTRIBUTING.md
[easy]: https://github.com/rust-lang/rust-bindgen/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy
[less-easy]: https://github.com/rust-lang/rust-bindgen/issues?q=is%3Aopen+is%3Aissue+label%3AE-less-easy
[looking]: https://github.com/rust-lang/rust-bindgen/issues/747