Skip to content

Commit

Permalink
fix(snapbox) Bump filetime to 0.2.8
Browse files Browse the repository at this point in the history
This is the oldest version that works with snapbox
  • Loading branch information
faern committed Jun 28, 2024
1 parent 20f47d2 commit b3427ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/snapbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ content_inspector = { version = "0.2.4", optional = true }
tempfile = { version = "3.0", optional = true }
walkdir = { version = "2.3.2", optional = true }
dunce = { version = "1.0", optional = true }
filetime = { version = "0.2", optional = true }
filetime = { version = "0.2.8", optional = true }

os_pipe = { version = "1.0", optional = true }
wait-timeout = { version = "0.2.0", optional = true }
Expand Down

0 comments on commit b3427ce

Please sign in to comment.