mirror of https://github.com/fafhrd91/actix-web
ci: pin clap_lex
This commit is contained in:
parent
53302bfab3
commit
f72980ed59
|
@ -56,6 +56,7 @@ jobs:
|
|||
if: matrix.version.name != 'stable'
|
||||
run: |
|
||||
cargo update -p=clap --precise=4.3.24
|
||||
cargo update -p=clap_lex --precise=0.5.0
|
||||
|
||||
- name: check minimal
|
||||
run: cargo ci-check-min
|
||||
|
|
|
@ -16,7 +16,7 @@ extern crate tls_rustls_021 as rustls;
|
|||
|
||||
use std::io;
|
||||
|
||||
use actix_http::{Error, HttpService, Request, Response, Version};
|
||||
use actix_http::{Error, HttpService, Request, Response};
|
||||
use actix_utils::future::ok;
|
||||
|
||||
#[actix_rt::main]
|
||||
|
|
Loading…
Reference in New Issue