Skip to content

Commit

Permalink
Lock down some crate versions; update others semver compatibly
Browse files Browse the repository at this point in the history
In order to be able to build successfully without the lockfile, which
happens when verifying with `cargo package` since package never includes
`Cargo.lock` [1].

If we don't constrain these crates' versions, they update to
incompatible versions of, most problematically, serde_json.

openssl has also deprecated the `finish` method and changed some types
in a minor version bump.

[1] - rust-lang/cargo#2263
  • Loading branch information
carols10cents committed May 3, 2017
1 parent 0962012 commit 2dc7dd0
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 109 deletions.
Loading

0 comments on commit 2dc7dd0

Please sign in to comment.