Skip to content

Commit

Permalink
add Cargo.lock to repository
Browse files Browse the repository at this point in the history
Since the gRPC server is not a library, checking in the Cargo.lock is
a recommended practice and allows us to ensure that the repo builds for
everyone (as long as `main` is green).
  • Loading branch information
rkusa committed Oct 26, 2021
1 parent 72be9ca commit c4c2e1f
Show file tree
Hide file tree
Showing 2 changed files with 1,460 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
!.github
!.cargo
/target
Cargo.lock
scratchpad.txt
grpcurl.exe
/doc
Expand Down
Loading

0 comments on commit c4c2e1f

Please sign in to comment.