Commit 6f11108
committed
Remove Cargo.lock
The Cargo.lock file was added only to serve the creation of the Docker
image, as it aided with reproducibility. With Docker support gone, there
is no need for us to manage this file. If users care to use specific
versions of dependencies, they are advised to manage a lock file
themselves. The only guarantee we provide is that there exist versions
of dependencies that allow a build with the stated minimum supported
Rust version.1 parent de181fa commit 6f11108
3 files changed
+3
-1357
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments