From ccd3f8f769d6d07f522d56d9c4f5f137eaf7c1df Mon Sep 17 00:00:00 2001 From: Jeremy Leibs Date: Mon, 20 Nov 2023 17:33:08 +0100 Subject: [PATCH] Fix typo in cargo.toml --- 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