Skip to content

Commit 7af4b22

Browse files
committed
build: Remove [root] section from top-level Cargo.lock file.
Newer versions of cargo recently removed the ability to understand the `[root]` section of Cargo.lock files, which is particularly relevant when either `cargo --frozen` and/or `cargo --locked` are specified, and the failure/inability to download a new index will cause the whole build to fail with "error: the lock file needs to be updated but --frozen was passed to prevent this" (cf. rust-lang/cargo#4563). * REMOVE `[root]` section from our top-level `Cargo.lock` file. * FIXES #24608: https://bugs.torproject.org/24608
1 parent 5ee0ccc commit 7af4b22

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/rust/Cargo.lock

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

0 commit comments

Comments
 (0)