Commit 7a1cb56
Add
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".Cargo.lock.1 parent c722bda commit 7a1cb56
2 files changed
+4570
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | | - | |
| 4 | + | |
0 commit comments