Update Readme and Cargo.toml

This commit is contained in:
Alex Touchet
2022-03-03 15:28:47 -08:00
parent 9d2e9b9360
commit 7a92700783
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -2,7 +2,7 @@
name = "unicode-bidi"
version = "0.3.7"
authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Implementation of the Unicode Bidirectional Algorithm"
repository = "https://github.com/servo/unicode-bidi"
documentation = "https://docs.rs/unicode-bidi/"
@@ -25,7 +25,6 @@ exclude = [
]
[badges]
travis-ci = { repository = "servo/unicode-bidi" }
appveyor = { repository = "servo/unicode-bidi" }
[lib]
+2 -2
View File
@@ -6,7 +6,7 @@ compatible with the current stable release.
[Documentation](https://docs.rs/unicode-bidi/)
[![Travis-CI](https://travis-ci.org/servo/unicode-bidi.svg?branch=master)](https://travis-ci.org/servo/unicode-bidi)
[![CI](https://github.com/servo/unicode-bidi/actions/workflows/main.yml/badge.svg)](https://github.com/servo/unicode-bidi/actions)
[![AppVeyor](https://img.shields.io/appveyor/ci/servo/unicode-bidi/master.svg)](https://ci.appveyor.com/project/servo/unicode-bidi)
[tr9]: http://www.unicode.org/reports/tr9/
[tr9]: https://www.unicode.org/reports/tr9/