Skip to content

Commit

Permalink
Update to rstest 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Dec 23, 2023
1 parent e4e84a0 commit 3c9c376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ log = { version = "0.4.17", optional = true }
no_std_io = { version = "0.5.0", default-features = false, features = ["alloc"] }

[dev-dependencies]
rstest = "0.16.0"
rstest = "0.18.0"
hexlit = "0.5.5"
criterion = "0.4.0"
alloc_counter = "0.0.4"
Expand Down
2 changes: 1 addition & 1 deletion deku-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ darling = "0.20"
proc-macro-crate = { version = "1.3.0", optional = true }

[dev-dependencies]
rstest = "0.16"
rstest = "0.18"

0 comments on commit 3c9c376

Please sign in to comment.