Skip to content

Commit

Permalink
deps: update to binrw 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Sep 25, 2023
1 parent 3110caf commit d24cd90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ repository = "https://github.com/ColinFinck/ntfs"
documentation = "https://docs.rs/ntfs"
readme = "README.md"
edition = "2021"
rust-version = "1.60"
rust-version = "1.66"
license = "MIT OR Apache-2.0"
keywords = ["filesystem", "nt", "ntfs", "windows"]
categories = ["filesystem", "no-std", "os::windows-apis", "parser-implementations"]

[dependencies]
arrayvec = { version = "0.7.2", default-features = false }
binrw = { version = "0.11.2", default-features = false }
binrw = { version = "0.12.0", default-features = false }
byteorder = { version = "1.4.3", default-features = false }
bitflags = "2.3.1"
derive_more = "0.99.17"
Expand Down

0 comments on commit d24cd90

Please sign in to comment.