Skip to content

Commit 64ef4a0

Browse files
bors[bot]atouchet
andauthored
Merge #172
172: Switch badge to GitHub Actions and remove outdated file references r=matklad a=atouchet Co-authored-by: Alex Touchet <[email protected]>
2 parents 68b2d76 + 99cc25c commit 64ef4a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/matklad/once_cell"
1313
keywords = ["lazy", "static"]
1414
categories = ["rust-patterns", "memory-management"]
1515

16-
exclude = ["*.png", "*.svg", "/Cargo.lock.msrv", "/.travis.yml", "/run-miri-tests.sh", "rustfmt.toml"]
16+
exclude = ["*.png", "*.svg", "/Cargo.lock.msrv", "rustfmt.toml"]
1717

1818
[workspace]
1919
members = ["xtask"]

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center"><img src="design/logo.png" alt="once_cell"></p>
22

33

4-
[![Build Status](https://travis-ci.org/matklad/once_cell.svg?branch=master)](https://travis-ci.org/matklad/once_cell)
4+
[![Build Status](https://github.com/matklad/once_cell/actions/workflows/ci.yaml/badge.svg)](https://github.com/matklad/once_cell/actions)
55
[![Crates.io](https://img.shields.io/crates/v/once_cell.svg)](https://crates.io/crates/once_cell)
66
[![API reference](https://docs.rs/once_cell/badge.svg)](https://docs.rs/once_cell/)
77

0 commit comments

Comments
 (0)