Check in Cargo.lock

This prevents CI from breaking when a dependency releases a new patch
release that bumps its MSRV.
This commit is contained in:
Nikhil Benesch 2021-03-28 21:56:58 -04:00
parent bed4551458
commit 283f9609c6
3 changed files with 1577 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
target
src/*.bk
*.lock
.idea

1576
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@ description = "Rust wrapper for librdkafka"
keywords = ["kafka", "rdkafka"]
categories = ["api-bindings"]
edition = "2018"
exclude = ["Cargo.lock"]
[workspace]
members = ["rdkafka-sys"]