Skip to content

Commit e355a35

Browse files
committed
Patch kittest
1 parent c20b515 commit e355a35

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,10 +2545,10 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
25452545
[[package]]
25462546
name = "kittest"
25472547
version = "0.3.0"
2548-
source = "git+https://github.com/rerun-io/kittest?branch=main#fbfc970a6ae8507ee9d8a1792aea0d25622e4239"
2548+
source = "git+https://github.com/rerun-io/kittest?rev=54497bbfed6db8216caa2c1e21bdc913233589f3#54497bbfed6db8216caa2c1e21bdc913233589f3"
25492549
dependencies = [
25502550
"accesskit",
2551-
"accesskit_consumer 0.34.0",
2551+
"accesskit_consumer 0.35.0",
25522552
]
25532553

25542554
[[package]]

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ windows-sys = "0.61.2"
148148
winit = { version = "0.30.12", default-features = false }
149149

150150
[patch.crates-io]
151-
kittest = { git = "https://github.com/rerun-io/kittest", branch = "main" }
151+
# rerun-io/kittest#22 <https://github.com/rerun-io/kittest/pull/22>
152+
kittest = { git = "https://github.com/rerun-io/kittest", rev = "54497bbfed6db8216caa2c1e21bdc913233589f3" }
152153

153154
[workspace.lints.rust]
154155
unsafe_code = "deny"

0 commit comments

Comments
 (0)