summaryrefslogtreecommitdiffstats
path: root/vendor/unicase/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 18:31:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 18:31:36 +0000
commite02c5b5930c2c9ba3e5423fe12e2ef0155017297 (patch)
treefd60ebbbb5299e16e5fca8c773ddb74f764760db /vendor/unicase/README.md
parentAdding debian version 1.73.0+dfsg1-1. (diff)
downloadrustc-e02c5b5930c2c9ba3e5423fe12e2ef0155017297.tar.xz
rustc-e02c5b5930c2c9ba3e5423fe12e2ef0155017297.zip
Merging upstream version 1.74.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/unicase/README.md')
-rw-r--r--vendor/unicase/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/vendor/unicase/README.md b/vendor/unicase/README.md
index 9844b0795..f145e13ff 100644
--- a/vendor/unicase/README.md
+++ b/vendor/unicase/README.md
@@ -1,8 +1,9 @@
# unicase
-[![Build Status](https://travis-ci.org/seanmonstar/unicase.svg?branch=master)](https://travis-ci.org/seanmonstar/unicase)
-
-[Documentation](https://docs.rs/unicase)
+[![crates.io](https://img.shields.io/crates/v/unicase.svg)](https://crates.io/crates/unicase)
+[![Released API docs](https://docs.rs/unicase/badge.svg)](https://docs.rs/unicase)
+[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
+[![CI](https://github.com/seanmonstar/unicase/workflows/CI/badge.svg)](https://github.com/seanmonstar/unicase/actions?query=workflow%3ACI)
Compare strings when case is not important (using Unicode Case-folding).