Skip to content

Commit

Permalink
rust: Add Cargo.lock
Browse files Browse the repository at this point in the history
We've been seeing more breakage recently due to much of the Rust
ecosystem sticking to minimum rustc versions more recent than ours. A
lockfile now means we have to periodically update it, but at least we
have much better control over our CI system and when we want to spend
time resolving package bump conflicts vs. just trying to get a small
patch in.

Closes: #1719
Approved by: cgwalters
  • Loading branch information
jlebon authored and rh-atomic-bot committed Dec 19, 2018
1 parent f6de8f3 commit 9a3cd07
Show file tree
Hide file tree
Showing 2 changed files with 906 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/.gitignore

This file was deleted.

Loading

0 comments on commit 9a3cd07

Please sign in to comment.