mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-15 12:35:41 -04:00
Move to 1.36 until we can sort out the actual minimum we need
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ cache:
|
||||
cargo
|
||||
|
||||
rust:
|
||||
- 1.24.0
|
||||
- 1.36.0
|
||||
- stable
|
||||
|
||||
matrix:
|
||||
|
||||
@@ -13,7 +13,6 @@ categories = ["data-structures", "no-std"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
rustc_28 = []
|
||||
|
||||
[badges]
|
||||
appveyor = { repository = "Lokathor/tinyvec" }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[](https://opensource.org/licenses/Zlib)
|
||||

|
||||

|
||||
[](https://travis-ci.org/Lokathor/tinyvec)
|
||||
[](https://ci.appveyor.com/project/Lokathor/tinyvec/branch/master)
|
||||
[](https://crates.io/crates/tinyvec)
|
||||
|
||||
+4
-4
@@ -6,13 +6,13 @@ matrix:
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- channel: 1.24.0
|
||||
- channel: 1.36.0
|
||||
target: i686-pc-windows-msvc
|
||||
- channel: 1.24.0
|
||||
- channel: 1.36.0
|
||||
target: x86_64-pc-windows-msvc
|
||||
- channel: 1.24.0
|
||||
- channel: 1.36.0
|
||||
target: i686-pc-windows-gnu
|
||||
- channel: 1.24.0
|
||||
- channel: 1.36.0
|
||||
target: x86_64-pc-windows-gnu
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user