mirror of
https://github.com/openharmony/third_party_rust_rust-url.git
synced 2026-07-19 22:43:49 -04:00
Update the minimum rust-version to 1.51 to fix a build break on the 1.45 CI pipeline due to an update of dependencies that now require the cargo resolver feature to be stablized.
This commit is contained in:
@@ -13,12 +13,12 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
rust: [1.45.0, stable, beta, nightly]
|
||||
rust: [1.51.0, stable, beta, nightly]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
rust: 1.45.0
|
||||
rust: 1.51.0
|
||||
- os: windows-latest
|
||||
rust: 1.45.0
|
||||
rust: 1.51.0
|
||||
- os: macos-latest
|
||||
rust: beta
|
||||
- os: windows-latest
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ repository = "https://github.com/servo/rust-url"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
autotests = false
|
||||
rust-version = "1.45"
|
||||
rust-version = "1.51"
|
||||
|
||||
[dev-dependencies]
|
||||
tester = "0.9"
|
||||
|
||||
@@ -6,7 +6,7 @@ description = "Parser and serializer for the application/x-www-form-urlencoded s
|
||||
repository = "https://github.com/servo/rust-url"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
rust-version = "1.45"
|
||||
rust-version = "1.51"
|
||||
|
||||
[lib]
|
||||
test = false
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ repository = "https://github.com/servo/rust-url/"
|
||||
license = "MIT OR Apache-2.0"
|
||||
autotests = false
|
||||
edition = "2018"
|
||||
rust-version = "1.45"
|
||||
rust-version = "1.51"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
@@ -6,7 +6,7 @@ description = "Percent encoding and decoding"
|
||||
repository = "https://github.com/servo/rust-url/"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
rust-version = "1.45"
|
||||
rust-version = "1.51"
|
||||
|
||||
[features]
|
||||
default = ["alloc"]
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ categories = ["parser-implementations", "web-programming", "encoding"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
|
||||
edition = "2018"
|
||||
rust-version = "1.45"
|
||||
rust-version = "1.51"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "servo/rust-url" }
|
||||
|
||||
Reference in New Issue
Block a user