Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Lock rust dependencies (#13858)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Sep 21, 2022
1 parent b7508b1 commit ab86743
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
!README.rst
!pyproject.toml
!poetry.lock
!Cargo.lock
!build_rust.py

rust/target
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ _trial_temp*/
.DS_Store
__pycache__/

# We do want the poetry lockfile.
# We do want the poetry and cargo lockfile.
!poetry.lock
!Cargo.lock

# stuff that is likely to exist when you run a server locally
/*.db
Expand Down
324 changes: 324 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions changelog.d/13858.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Lock Rust dependencies versions.

0 comments on commit ab86743

Please sign in to comment.