Skip to content

Commit 28cbd73

Browse files
committed
Kittest 0.3
1 parent 854cdfe commit 28cbd73

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2507,8 +2507,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
25072507

25082508
[[package]]
25092509
name = "kittest"
2510-
version = "0.2.0"
2511-
source = "git+https://github.com/rerun-io/kittest.git#028d5311f475e64839bcbc04f259a0d20532d2c1"
2510+
version = "0.3.0"
2511+
source = "registry+https://github.com/rust-lang/crates.io-index"
2512+
checksum = "01fd6dd2cce251a360101038acb9334e3a50cd38cd02fefddbf28aa975f043c8"
25122513
dependencies = [
25132514
"accesskit",
25142515
"accesskit_consumer",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ glutin-winit = { version = "0.5.0", default-features = false }
9797
home = "0.5.9"
9898
image = { version = "0.25.6", default-features = false }
9999
js-sys = "0.3.77"
100-
kittest = { version = "0.2.0", git = "https://github.com/rerun-io/kittest.git" }
100+
kittest = { version = "0.3.0" }
101101
log = { version = "0.4.28", features = ["std"] }
102102
memoffset = "0.9.1"
103103
mimalloc = "0.1.48"

0 commit comments

Comments
 (0)