mirror of
https://github.com/actix/examples
synced 2025-02-02 09:39:03 +01:00
use jsonwebtoken repo as temp solution to ring dep
This commit is contained in:
parent
9a80911b92
commit
273068c362
35
.travis.yml
35
.travis.yml
@ -33,37 +33,4 @@ before_script:
|
|||||||
- export PATH=$PATH:~/.cargo/bin
|
- export PATH=$PATH:~/.cargo/bin
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- cargo check --all
|
||||||
cd async_db && cargo check && cd ..
|
|
||||||
cd async_ex1 && cargo check && cd ..
|
|
||||||
cd actix_redis && cargo check && cd ..
|
|
||||||
cd actix_todo && cargo check && cd ..
|
|
||||||
cd basics && cargo check && cd ..
|
|
||||||
cd cookie-auth && cargo check && cd ..
|
|
||||||
cd cookie-session && cargo check && cd ..
|
|
||||||
cd diesel && cargo check && cd ..
|
|
||||||
cd error_handling && cargo check && cd ..
|
|
||||||
cd form && cargo check && cd ..
|
|
||||||
cd hello-world && cargo check && cd ..
|
|
||||||
cd http-proxy && cargo check && cd ..
|
|
||||||
cd http-full-proxy && cargo check && cd ..
|
|
||||||
cd json && cargo check && cd ..
|
|
||||||
cd juniper && cargo check && cd ..
|
|
||||||
cd middleware && cargo check && cd ..
|
|
||||||
cd multipart && cargo check && cd ..
|
|
||||||
cd protobuf && cargo check && cd ..
|
|
||||||
cd r2d2 && cargo check && cd ..
|
|
||||||
cd redis-session && cargo check && cd ..
|
|
||||||
cd state && cargo check && cd ..
|
|
||||||
cd static_index && cargo check && cd ..
|
|
||||||
cd template_askama && cargo check && cd ..
|
|
||||||
cd template_tera && cargo check && cd ..
|
|
||||||
cd template_yarte && cargo check && cd ..
|
|
||||||
cd tls && cargo check && cd ..
|
|
||||||
cd rustls && cargo check && cd ..
|
|
||||||
cd unix-socket && cargo check && cd ..
|
|
||||||
cd web-cors/backend && cargo check && cd ../..
|
|
||||||
cd websocket && cargo check && cd ..
|
|
||||||
cd websocket-chat && cargo check && cd ..
|
|
||||||
cd websocket-chat-broker && cargo check && cd ..
|
|
||||||
cd websocket-tcp-chat && cargo check && cd ..
|
|
||||||
|
@ -22,7 +22,7 @@ members = [
|
|||||||
"r2d2",
|
"r2d2",
|
||||||
"redis-session",
|
"redis-session",
|
||||||
"rustls",
|
"rustls",
|
||||||
#"simple-auth-server",
|
"simple-auth-server",
|
||||||
"state",
|
"state",
|
||||||
"static_index",
|
"static_index",
|
||||||
"template_askama",
|
"template_askama",
|
||||||
|
@ -17,7 +17,7 @@ diesel = { version = "1.3.3", features = ["postgres", "uuid", "r2d2", "chrono"]
|
|||||||
dotenv = "0.13.0"
|
dotenv = "0.13.0"
|
||||||
derive_more = "0.14"
|
derive_more = "0.14"
|
||||||
env_logger = "0.6.0"
|
env_logger = "0.6.0"
|
||||||
jsonwebtoken = "5.0"
|
jsonwebtoken = { git = "https://github.com/Keats/jsonwebtoken.git", branch = "next" }
|
||||||
futures = "0.1.25"
|
futures = "0.1.25"
|
||||||
r2d2 = "0.8.3"
|
r2d2 = "0.8.3"
|
||||||
serde_derive="1.0.80"
|
serde_derive="1.0.80"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user