mirror of https://github.com/rwf2/Rocket.git
Update pear dependency.
This commit is contained in:
parent
2257a3b6d8
commit
1731861022
|
@ -28,8 +28,8 @@ time = "0.1"
|
||||||
memchr = "1"
|
memchr = "1"
|
||||||
base64 = "0.6"
|
base64 = "0.6"
|
||||||
smallvec = "0.4"
|
smallvec = "0.4"
|
||||||
pear = "0.0.13"
|
pear = "0.0"
|
||||||
pear_codegen = "0.0.13"
|
pear_codegen = "0.0"
|
||||||
rustls = { version = "0.9.0", optional = true }
|
rustls = { version = "0.9.0", optional = true }
|
||||||
cookie = { version = "0.9.1", features = ["percent-encode", "secure"] }
|
cookie = { version = "0.9.1", features = ["percent-encode", "secure"] }
|
||||||
hyper = { version = "0.10.11", default-features = false }
|
hyper = { version = "0.10.11", default-features = false }
|
||||||
|
|
|
@ -8,8 +8,8 @@ use yansi::Color::{Red, Yellow, Blue, White};
|
||||||
use version_check::{supports_features, is_min_version, is_min_date};
|
use version_check::{supports_features, is_min_version, is_min_date};
|
||||||
|
|
||||||
// Specifies the minimum nightly version needed to compile Rocket.
|
// Specifies the minimum nightly version needed to compile Rocket.
|
||||||
const MIN_DATE: &'static str = "2018-01-12";
|
const MIN_DATE: &'static str = "2018-04-03";
|
||||||
const MIN_VERSION: &'static str = "1.25.0-nightly";
|
const MIN_VERSION: &'static str = "1.27.0-nightly";
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let ok_channel = supports_features();
|
let ok_channel = supports_features();
|
||||||
|
|
Loading…
Reference in New Issue