We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8cd74 commit a82a956Copy full SHA for a82a956
Cargo.lock
@@ -1,6 +1,6 @@
1
# This file is automatically @generated by Cargo.
2
# It is not intended for manual editing.
3
-version = 3
+version = 4
4
5
[[package]]
6
name = "ab_glyph"
@@ -129,7 +129,7 @@ dependencies = [
129
130
131
name = "kittest"
132
-version = "0.1.0"
+version = "0.2.0"
133
dependencies = [
134
"accesskit",
135
"accesskit_consumer",
Cargo.toml
@@ -12,7 +12,7 @@ publish = true
12
readme = "README.md"
13
repository = "https://github.com/rerun-io/kittest"
14
rust-version = "1.84"
15
16
17
[package.metadata.docs.rs]
18
all-features = true
0 commit comments