Skip to content

Commit

Permalink
fix: predicates dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 6, 2018
1 parent 5219df7 commit 02d95dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ travis-ci = { repository = "assert-rs/predicates-rs" }
appveyor = { repository = "assert-rs/predicates-rs" }

[dependencies]
predicates-core = { version = "0.9", path = "predicates-core" }
predicates-core = { version = "1.0", path = "predicates-core" }
difference = { version = "2.0", optional = true }
normalize-line-endings = { version = "0.2.2", optional = true }
regex = { version="1.0", optional = true }
Expand Down

0 comments on commit 02d95dd

Please sign in to comment.