diff --git a/Cargo.lock b/Cargo.lock index dd1422dd0156..ecbce18a90c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1477,7 +1477,7 @@ dependencies = [ [[package]] name = "egui_tiles" version = "0.1.0" -source = "git+https://github.com/rerun-io/egui_tiles.git?rev=3fff2b01310aa3569e29d2dd3ee97b2e62c45870#3fff2b01310aa3569e29d2dd3ee97b2e62c45870" +source = "git+https://github.com/rerun-io/egui_tiles.git?rev=cc97c9c977270108d9d644c0d425cd6bead3beb7#cc97c9c977270108d9d644c0d425cd6bead3beb7" dependencies = [ "ahash 0.8.3", "egui", diff --git a/Cargo.toml b/Cargo.toml index d25abecc7fe0..448375a5398a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -145,4 +145,4 @@ debug = true # As a last resport, patch with a commit to our own repository. # ALWAYS document what PR the commit hash is part of, or when it was merged into the upstream trunk. -egui_tiles = { git = "https://github.com/rerun-io/egui_tiles.git", rev = "3fff2b01310aa3569e29d2dd3ee97b2e62c45870" } # 2023-06-29: drag-and-drop fixes +egui_tiles = { git = "https://github.com/rerun-io/egui_tiles.git", rev = "cc97c9c977270108d9d644c0d425cd6bead3beb7" } # 2023-07-04: visibility toggle crash fix diff --git a/Cranky.toml b/Cranky.toml index 2a124e20e024..32068f29dbdd 100644 --- a/Cranky.toml +++ b/Cranky.toml @@ -15,6 +15,7 @@ warn = [ "clippy::bool_to_int_with_if", "clippy::char_lit_as_u8", "clippy::checked_conversions", + "clippy::cloned_instead_of_copied", "clippy::dbg_macro", "clippy::debug_assert_with_mut_call", "clippy::derive_partial_eq_without_eq",