From b672e0360892bff184c5ce034435fd8846ad6a93 Mon Sep 17 00:00:00 2001 From: Jeremy Leibs Date: Mon, 20 Nov 2023 11:34:04 -0500 Subject: [PATCH] Fix typo in cargo.toml (#4279) ### What ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [ ] I have tested [demo.rerun.io](https://demo.rerun.io/pr/{{ pr.number }}) (if applicable) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/{{ pr.number }}) - [Docs preview](https://rerun.io/preview/{{ pr.commit }}/docs) - [Examples preview](https://rerun.io/preview/{{ pr.commit }}/examples) - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) --- crates/re_viewer_context/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/re_viewer_context/Cargo.toml b/crates/re_viewer_context/Cargo.toml index 0211b649a663..8531cb052f6f 100644 --- a/crates/re_viewer_context/Cargo.toml +++ b/crates/re_viewer_context/Cargo.toml @@ -40,7 +40,7 @@ lazy_static.workspace = true macaw.workspace = true ndarray.workspace = true nohash-hasher.workspace = true -once_cell.workapce = true +once_cell.workspace = true parking_lot.workspace = true serde = "1" slotmap.workspace = true