Skip to content

Commit

Permalink
python/cargo: remove patch version for log crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Feb 5, 2021
1 parent e306bcf commit 168e154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ virtualbox = ["microvmi/virtualbox"]
hyper-v = ["microvmi/hyper-v"]

[dependencies]
log = "0.4.8"
log = "0.4"
env_logger = "0.8"
thiserror = "1.0"
microvmi = { path = "../" }
Expand Down

0 comments on commit 168e154

Please sign in to comment.