Skip to content

Commit

Permalink
Released v0.4.1: Fixed bug with log crate usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Amiot committed Oct 26, 2018
1 parent 5b9777b commit 5984ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ license = "MIT/Apache-2.0"
name = "actix-nats"
readme = "README.md"
repository = "https://github.com/YellowInnovation/actix-nats"
version = "0.4.0"
version = "0.4.1"

[dependencies]
actix = "0.7"
backoff = "0.1"
futures = "0.1"
log = { version = "0.4", features = ["max_level_debug", "release_max_level_warn"] }
log = "0.4"
nitox = "0.1"

0 comments on commit 5984ba7

Please sign in to comment.