mirror of
https://github.com/openharmony/third_party_rust_unicode-normalization.git
synced 2026-07-18 13:07:58 -04:00
Merge pull request #46 from messense/master
Bump smallvec version to 1.0
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
language: rust
|
||||
rust:
|
||||
- 1.21.0
|
||||
- 1.36.0
|
||||
- stable
|
||||
- nightly
|
||||
sudo: false
|
||||
|
||||
+1
-1
@@ -21,4 +21,4 @@ Unicode Standard Annex #15.
|
||||
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt", "src/normalization_tests.rs", "src/test.rs" ]
|
||||
|
||||
[dependencies]
|
||||
smallvec = "0.6"
|
||||
smallvec = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user