Skip to content

Commit

Permalink
bumped version of pbr since this was causing build problems
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmo committed Apr 4, 2017
1 parent dbe957d commit ab16e73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enforcer"
version = "0.11.1"
version = "0.11.2"
authors = ["Oliver Mueller <[email protected]>"]

[dependencies]
Expand All @@ -11,7 +11,7 @@ env_logger = "0.3"
toml = "0.1"
scoped-pool = "*"
walkdir = "1"
pbr = "1.0.0-alpha.2"
pbr = "1.0.0-alpha.3"
term-painter = "0.2"
ansi_term = "0.7"
glob = "0.2"
Expand Down

0 comments on commit ab16e73

Please sign in to comment.