From 910db3cb4a17ced8c6662e0198216a007b0b10af Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Tue, 17 Mar 2026 23:44:12 +0900 Subject: [PATCH 1/2] chore: Update build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef2716a..949e729 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # bcrypt [![Safety Dance](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) -[![Build Status](https://travis-ci.org/Keats/rust-bcrypt.svg)](https://travis-ci.org/Keats/rust-bcrypt) +[![Build Status](https://github.com/Keats/rust-bcrypt/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Keats/rust-bcrypt/actions/workflows/ci.yml) [![Documentation](https://docs.rs/bcrypt/badge.svg)](https://docs.rs/bcrypt) ## Installation From f5319b9708034cae542974c1c457d2f75cd9bc01 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Wed, 18 Mar 2026 07:52:31 +0900 Subject: [PATCH 2/2] chore: Remove build status badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 949e729..393ff90 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # bcrypt [![Safety Dance](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) -[![Build Status](https://github.com/Keats/rust-bcrypt/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Keats/rust-bcrypt/actions/workflows/ci.yml) [![Documentation](https://docs.rs/bcrypt/badge.svg)](https://docs.rs/bcrypt) ## Installation