فهرست منبع

actix: pin tokio version (#5403)

Nikolay Kim 5 سال پیش
والد
کامیت
b445c1e979
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      frameworks/Rust/actix/Cargo.toml

+ 1 - 0
frameworks/Rust/actix/Cargo.toml

@@ -48,6 +48,7 @@ diesel = { version = "1.4.3", features = ["postgres"] }
 url = { version="1.7", features=["query_encoding"] }
 log = { version = "0.4", features = ["release_max_level_debug"] }
 v_htmlescape = "0.4.5"
+tokio = "=0.2.6"
 tokio-postgres = { git="https://github.com/fafhrd91/rust-postgres.git" }
 
 [build-dependencies]