diff options
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ features = [ approx = "0.5.1" k9.workspace = true proptest = "1.5.0" -proptest-derive = "0.5.0" +proptest-derive = { version = "0.5.0", features = ["boxed_union"] } xshell = "0.2.6" [features] |
