Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Finck <colin@reactos.org>2021-06-04 16:12:17 +0300
committerColin Finck <colin@reactos.org>2021-06-04 16:12:17 +0300
commitb77a1ba04976f52abb1c1211b676a64640151512 (patch)
tree57cf74d51a563fc02c6e56482b94e3cd8995fc95
parent777cbb028f22c73541f9340f6b94c5dd375f4384 (diff)
Update binread to an official version that supports const_generics.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3dd9447..e58fd73 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-binread = { path = "../binread/binread", features = ["const_generics"], default-features = false }
+binread = { version = "2.1.1", features = ["const_generics"], default-features = false }
bitflags = "1.2.1"
chrono = { version = "0.4.19", optional = true }
displaydoc = { version = "0.1.7", default-features = false }