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

Commit ab86743

Browse files
authored
Lock rust dependencies (#13858)
1 parent b7508b1 commit ab86743

File tree

4 files changed

+328
-1
lines changed

4 files changed

+328
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
!README.rst
99
!pyproject.toml
1010
!poetry.lock
11+
!Cargo.lock
1112
!build_rust.py
1213

1314
rust/target

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ _trial_temp*/
1515
.DS_Store
1616
__pycache__/
1717

18-
# We do want the poetry lockfile.
18+
# We do want the poetry and cargo lockfile.
1919
!poetry.lock
20+
!Cargo.lock
2021

2122
# stuff that is likely to exist when you run a server locally
2223
/*.db

Cargo.lock

Lines changed: 324 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.d/13858.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lock Rust dependencies versions.

0 commit comments

Comments
 (0)