From 28cbd73c5c0862c8a66321ebdfaebfce4839fabb Mon Sep 17 00:00:00 2001 From: lucasmerlin Date: Thu, 9 Oct 2025 16:45:47 +0200 Subject: [PATCH] Kittest 0.3 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97abbf01..e6cd1533 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2507,8 +2507,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "kittest" -version = "0.2.0" -source = "git+https://github.com/rerun-io/kittest.git#028d5311f475e64839bcbc04f259a0d20532d2c1" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01fd6dd2cce251a360101038acb9334e3a50cd38cd02fefddbf28aa975f043c8" dependencies = [ "accesskit", "accesskit_consumer", diff --git a/Cargo.toml b/Cargo.toml index b25c256e..7aaa8113 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ glutin-winit = { version = "0.5.0", default-features = false } home = "0.5.9" image = { version = "0.25.6", default-features = false } js-sys = "0.3.77" -kittest = { version = "0.2.0", git = "https://github.com/rerun-io/kittest.git" } +kittest = { version = "0.3.0" } log = { version = "0.4.28", features = ["std"] } memoffset = "0.9.1" mimalloc = "0.1.48"