Forgot to create new branch

Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
Serial 2021-07-10 22:56:48 -04:00
parent 9f50b48764
commit b5fe6c9142
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View file

@ -11,6 +11,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ape"
version = "0.3.0"
source = "git+https://github.com/Serial-ATA/rust-ape?branch=temporary#a941361c7956512d4795d25b55133b18debcbb2a"
dependencies = [
"byteorder",
]

View file

@ -11,7 +11,7 @@ categories = ["accessibility", "multimedia::audio"]
[dependencies]
# Ape
ape = {path = "../rust-ape", optional = true}
ape = { git = "https://github.com/Serial-ATA/rust-ape", branch = "temporary", optional = true }
# Id3
id3 = {version = "0.6.4", optional = true} # De/Encoding
filepath = { version = "0.1.1", optional = true } # wav/aiff only supports paths for some reason