File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11on :
22 push :
3- branches : [ master ]
3+ branches : [ main ]
44 pull_request :
5- branches : [ master ]
5+ branches : [ main ]
66 merge_group :
77
88name : CI
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ test_debug = []
4949debug = true
5050
5151[package .metadata .release ]
52- allow-branch = [" master " ]
52+ allow-branch = [" main " ]
5353sign-tag = true
5454tag-name = " {{version}}"
5555
Original file line number Diff line number Diff line change 11# indexmap
22
3- [ ![ build status] ( https://github.com/indexmap-rs/indexmap/actions/workflows/ci.yml/badge.svg?branch=master )] ( https://github.com/indexmap-rs/indexmap/actions )
3+ [ ![ build status] ( https://github.com/indexmap-rs/indexmap/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/indexmap-rs/indexmap/actions )
44[ ![ crates.io] ( https://img.shields.io/crates/v/indexmap.svg )] ( https://crates.io/crates/indexmap )
55[ ![ docs] ( https://docs.rs/indexmap/badge.svg )] ( https://docs.rs/indexmap )
66[ ![ rustc] ( https://img.shields.io/badge/rust-1.63%2B-orange.svg )] ( https://img.shields.io/badge/rust-1.63%2B-orange.svg )
@@ -56,4 +56,4 @@ which is roughly:
5656
5757# Recent Changes
5858
59- See [ RELEASES.md] ( https://github.com/indexmap-rs/indexmap/blob/master /RELEASES.md ) .
59+ See [ RELEASES.md] ( https://github.com/indexmap-rs/indexmap/blob/main /RELEASES.md ) .
You can’t perform that action at this time.
0 commit comments