mirror of https://github.com/rwf2/Rocket.git
Update pear dependency.
This commit is contained in:
parent
9dcb285799
commit
e0bf21f288
|
@ -28,8 +28,8 @@ time = "0.1"
|
||||||
memchr = "2"
|
memchr = "2"
|
||||||
base64 = "0.9"
|
base64 = "0.9"
|
||||||
smallvec = "0.6"
|
smallvec = "0.6"
|
||||||
pear = "0.0.13"
|
pear = "0.0"
|
||||||
pear_codegen = "0.0.13"
|
pear_codegen = "0.0"
|
||||||
rustls = { version = "0.12.0", optional = true }
|
rustls = { version = "0.12.0", optional = true }
|
||||||
hyper = { version = "0.10.13", default-features = false }
|
hyper = { version = "0.10.13", default-features = false }
|
||||||
hyper-sync-rustls = { version = "=0.3.0-rc.2", features = ["server"], optional = true }
|
hyper-sync-rustls = { version = "=0.3.0-rc.2", features = ["server"], optional = true }
|
||||||
|
|
|
@ -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