Skip to content

Commit

Permalink
Merge branch 'master' into clap
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Aug 1, 2024
2 parents b386077 + 0b1612d commit dc24480
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion cargo-insta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ console = "0.15.4"
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.59"
proc-macro2 = { version = "1.0.60", features = ["span-locations"] }
syn = { version = "2.0.0", features = ["full", "visit", "extra-traits"] }
# Pinned because of MSRV; wait for MSRV bump or msrv-resolver
syn = { version = "=2.0.8", features = ["full", "visit", "extra-traits"] }
ignore = "0.4.17"
uuid = { version = "1.0.0", features = ["v4"] }
tempfile = "3.5.0"
Expand Down

0 comments on commit dc24480

Please sign in to comment.