Skip to content

Commit

Permalink
Update Rust crate file-format to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and spotlightishere committed Nov 30, 2024
1 parent f8a917c commit 094f895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ log = ["dep:log"]

[dependencies]
etcetera = "0.8.0"
file-format = { version = "0.25.0", features = ["reader-txt"], optional = true }
file-format = { version = "0.26.0", features = ["reader-txt"], optional = true }
infer = { version = "0.16.0", default-features = false, optional = true }
log = { version = "0.4.22", optional = true }
remi = { path = "../../remi", version = "0.10.0" }
Expand Down

0 comments on commit 094f895

Please sign in to comment.