mirror of
https://github.com/openharmony/third_party_rust_unicode-bidi.git
synced 2026-07-01 21:24:00 -04:00
Update Readme and Cargo.toml
This commit is contained in:
+1
-2
@@ -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]
|
||||
|
||||
@@ -6,7 +6,7 @@ compatible with the current stable release.
|
||||
|
||||
[Documentation](https://docs.rs/unicode-bidi/)
|
||||
|
||||
[](https://travis-ci.org/servo/unicode-bidi)
|
||||
[](https://github.com/servo/unicode-bidi/actions)
|
||||
[](https://ci.appveyor.com/project/servo/unicode-bidi)
|
||||
|
||||
[tr9]: http://www.unicode.org/reports/tr9/
|
||||
[tr9]: https://www.unicode.org/reports/tr9/
|
||||
|
||||
Reference in New Issue
Block a user