Skip to content

Commit

Permalink
Update crates/build/re_build_tools/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc authored Nov 18, 2024
1 parent 1907604 commit 0586fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/build/re_build_tools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ pub fn cargo_metadata() -> anyhow::Result<cargo_metadata::Metadata> {
.no_deps()
// Make sure this works without a connection, since docs.rs won't have one either.
// See https://github.com/rerun-io/rerun/issues/8165
.other_options(vec!["--offline".to_owned()])
.other_options(vec!["--frozen".to_owned()])
.exec()?)
}

Expand Down

0 comments on commit 0586fe5

Please sign in to comment.