Skip to content

Commit 9ec740f

Browse files
authored
Merge pull request #351 from cuviper/rename-head
Rename master to main
2 parents 7310997 + 9427a4a commit 9ec740f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: master
1+
name: main
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
schedule:
77
- cron: '0 0 * * 0' # 00:00 Sunday
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![crate](https://img.shields.io/crates/v/num-bigint.svg)](https://crates.io/crates/num-bigint)
44
[![documentation](https://docs.rs/num-bigint/badge.svg)](https://docs.rs/num-bigint)
55
[![minimum rustc 1.60](https://img.shields.io/badge/rustc-1.60+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html)
6-
[![build status](https://github.com/rust-num/num-bigint/workflows/master/badge.svg)](https://github.com/rust-num/num-bigint/actions)
6+
[![build status](https://github.com/rust-num/num-bigint/actions/workflows/main.yaml/badge.svg)](https://github.com/rust-num/num-bigint/actions/workflows/main.yaml)
77

88
Big integer types for Rust, `BigInt` and `BigUint`.
99

0 commit comments

Comments
 (0)