Skip to content

Commit

Permalink
Merge pull request #526 from epage/snapbox
Browse files Browse the repository at this point in the history
chore: Upgrade snapbox to 0.6
  • Loading branch information
epage committed May 27, 2024
2 parents 1096fb1 + 63ce729 commit f349369
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 10 deletions.
123 changes: 115 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["fuzz"]
[workspace.package]
license = "MIT"
edition = "2021"
rust-version = "1.64.0" # MSRV
rust-version = "1.65.0" # MSRV
include = [
"build.rs",
"src/**/*",
Expand Down Expand Up @@ -136,7 +136,7 @@ proptest = "1.2.0"
criterion = "0.5.1"
lexopt = "0.3.0"
term-transcript = "0.2.0"
snapbox = { version = "0.4.11", features = ["examples"] }
snapbox = { version = "0.6.0", features = ["examples"] }
circular = "0.3.0"
rustc-hash = "1.1.0"
automod = "1.0.14"
Expand Down

0 comments on commit f349369

Please sign in to comment.