diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-07-31 14:30:03 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-07-31 14:30:03 -0700 |
commit | 721514726130d22ddb036c3da3a8e02e3d3ba65b (patch) | |
tree | 05c5113f8deb449ea3e4d2e43647534fc997e266 /rust/Cargo.lock | |
parent | 0c78fa047c37fafa535055cdc2f45b4562798ae9 (diff) | |
download | fatcat-721514726130d22ddb036c3da3a8e02e3d3ba65b.tar.gz fatcat-721514726130d22ddb036c3da3a8e02e3d3ba65b.zip |
newer cargo adds a header to Cargo.lock
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r-- | rust/Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index dde2fc57..d2c4cf6f 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "MacTypes-sys" version = "2.1.0" |