Skip to content

Commit

Permalink
Remove version-sync from dev-dependencies
Browse files Browse the repository at this point in the history
Due to its hard requirement for lazy-static 1.1 I cannot use it in this
crate as lazy-static 1.1 expands to unsafe code, which 1.2 doesn't.
  • Loading branch information
sondr3 committed Dec 27, 2018
1 parent e934832 commit 5442045
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 107 deletions.
92 changes: 0 additions & 92 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ structopt = "0.2"
hashbrown = "0.1"
lazy_static = "1.2"
indicatif = "0.11"

[dev-dependencies]
version-sync = "0.5"
12 changes: 0 additions & 12 deletions tests/version-numbers.rs

This file was deleted.

0 comments on commit 5442045

Please sign in to comment.