Skip to content

Commit

Permalink
upgrade actix to version 0.4 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 authored and waghanza committed Mar 1, 2018
1 parent 0e521d6 commit db0a01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ authors = ["Nikolay Kim <fafhrd91@gmail.com>"]

[dependencies]
regex = { version="0.2", features=["simd-accel"] }
actix = "^0.4.3"
actix-web = "=0.3.1"
actix = "0.5"
actix-web = "0.4"

[build]
rustflags = ["target-cpu", "native"]

0 comments on commit db0a01e

Please sign in to comment.