Skip to content

Commit

Permalink
Update version-sync to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Mar 30, 2020
1 parent f209c7e commit e0da120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ rand_core = "0.5"
doc-comment = "0.3"
quickcheck = { version = "0.9", default-features = false }
quickcheck_macros = "0.9"
version-sync = "0.8"
version-sync = "0.9"
7 changes: 1 addition & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ multiple-versions = "deny"
highlight = "all"
allow = []
deny = []
skip = [
{ name = "proc-macro2", version = "<1.0" }, # version-check 0.8.1
{ name = "quote", version = "<1.0" }, # version-check 0.8.1
{ name = "syn", version = "<1.0" }, # version-check 0.8.1
{ name = "unicode-xid", version = "<1.0" }, # version-check 0.8.1
]
skip = []
skip-tree = []

[sources]
Expand Down

0 comments on commit e0da120

Please sign in to comment.