Skip to content

Commit 7a1cb56

Browse files
nnethercoteLegNeato
authored andcommitted
Add Cargo.lock.
rust-cuda is a library. Is committing its `Cargo.lock` a good idea? - https://blog.rust-lang.org/2023/08/29/committing-lockfiles/ says "maybe": it depends on the details of the library. - https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file says "Cargo.lock should probably be tracked too if the toolchain is pinned to a specific release, to avoid potential compatibility issues with dependencies." (rust-cuda pins to a specific Nightly release.) - rust-gpu has a committed `Cargo.lock`. Overall, the signs point to "yes".
1 parent c722bda commit 7a1cb56

File tree

2 files changed

+4570
-2
lines changed

2 files changed

+4570
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
book
22
/target
3-
Cargo.lock
43
**/.vscode
5-
.devcontainer
4+
.devcontainer

0 commit comments

Comments
 (0)