methods to update index time metadata

This commit is contained in:
mpostma
2021-03-11 18:32:04 +01:00
parent c9f9d39b54
commit 80d0f9c49d
3 changed files with 37 additions and 0 deletions

2
Cargo.lock generated
View File

@ -302,6 +302,7 @@ dependencies = [
"libc",
"num-integer",
"num-traits",
"serde",
"time",
"winapi 0.3.9",
]
@ -1277,6 +1278,7 @@ dependencies = [
"anyhow",
"bstr",
"byteorder",
"chrono",
"criterion",
"crossbeam-channel",
"csv",