use main branch of our bookfile crate

This commit is contained in:
Dmitry Rodionov
2022-03-23 19:13:44 +04:00
committed by Dmitry Rodionov
parent 8a86276a6e
commit 8b8d78a3a0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -246,7 +246,7 @@ dependencies = [
[[package]]
name = "bookfile"
version = "0.3.0"
source = "git+https://github.com/zenithdb/bookfile.git?branch=generic-readext#d51a99c7a0be48c3d9cc7cb85c9b7fb05ce1100c"
source = "git+https://github.com/zenithdb/bookfile.git?rev=bf6e43825dfb6e749ae9b80e8372c8fea76cec2f#bf6e43825dfb6e749ae9b80e8372c8fea76cec2f"
dependencies = [
"aversion",
"byteorder",

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bookfile = { git = "https://github.com/zenithdb/bookfile.git", branch="generic-readext" }
bookfile = { git = "https://github.com/zenithdb/bookfile.git", rev="bf6e43825dfb6e749ae9b80e8372c8fea76cec2f" }
chrono = "0.4.19"
rand = "0.8.3"
regex = "1.4.5"