Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Fixed actix version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
izolyomi committed Oct 4, 2019
1 parent e648271 commit 225cb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
actix-rt = "*"
actix-cors = "*"
actix-http = { version = "*", features = ["rust-tls"] }
actix-server = "*"
actix-server = "0.6" # Concrete version to fix currently conflicting includes from other actix components from latest versions from crates.io
actix-web = "*"
base64 = "*"
blockies = "*"
Expand Down

0 comments on commit 225cb46

Please sign in to comment.