Skip to content

Commit 08ebb7b

Browse files
committed
bump arbitrary-int in QEMU tests
1 parent 89f41d8 commit 08ebb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qemu-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cortex-m-semihosting = "0.5.0"
1212
defmt = "1"
1313
defmt-semihosting = "0.3"
1414
bitbybit = { path = "../bitbybit" }
15-
arbitrary-int = { version = "1.3", features = ["defmt"] }
15+
arbitrary-int = { version = "2", features = ["defmt"] }
1616

1717
[profile.dev]
1818
opt-level = 1

0 commit comments

Comments
 (0)