Fix date parsing
For some reason, I had date in "raw_scrobbles" set as an i32. Pretty annoying considering I'm probably going to remove the raw_scrobbles step at some point anyways.
This commit is contained in:
parent
c541893572
commit
a3b3a6c008
4 changed files with 6 additions and 6 deletions
|
|
@ -16,8 +16,8 @@
|
|||
// internet connectivity.
|
||||
.dependencies = .{
|
||||
.jetzig = .{
|
||||
.url = "https://github.com/jetzig-framework/jetzig/archive/7b038505930e8075fc5507c1e396fc073f6a46bb.tar.gz",
|
||||
.hash = "122029af480bfe9fdcbfb6be77ff0bef0c20dba803dceaf48c09de2a99ab375d11c8",
|
||||
.url = "https://github.com/jetzig-framework/jetzig/archive/475ed269525624a67004594ddca44dc8ebea1919.tar.gz",
|
||||
.hash = "1220bc060ba2320fa9fed8e554a8b692a93ef73fa3ab40617b9ed1d928d2029297fb",
|
||||
},
|
||||
},
|
||||
.paths = .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue