mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 06:02:32 +00:00
Remove git dependencies
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
This commit is contained in:
parent
ebeadb5d6b
commit
6836b759f7
3 changed files with 8 additions and 6 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -333,7 +333,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "lofty_attr"
|
||||
version = "0.1.2"
|
||||
source = "git+https://github.com/Serial-ATA/lofty-rs#e0a3e2b2ee6db1c42fd67807eed36c8e0b243c2d"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a97b729cb510a06c0663afcf082c3e7f291b98952c3f575ab7e670ef11366b1a"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn",
|
||||
|
@ -421,8 +422,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ogg_pager"
|
||||
version = "0.1.3"
|
||||
source = "git+https://github.com/Serial-ATA/lofty-rs#e0a3e2b2ee6db1c42fd67807eed36c8e0b243c2d"
|
||||
version = "0.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1d9fb798aa3ccc5882d7c81282dead5c21526de60efb98ec62b07c76e3d959c6"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
]
|
||||
|
|
|
@ -18,7 +18,7 @@ riff = {version = "1.0.1", optional = true}
|
|||
id3 = {version = "0.6.4", optional = true} # De/Encoding
|
||||
filepath = { version = "0.1.1", optional = true } # wav/aiff only supports paths for some reason
|
||||
# Ogg
|
||||
ogg_pager = { version = "0.1.3", optional = true, git = "https://github.com/Serial-ATA/lofty-rs" }
|
||||
ogg_pager = { version = "0.1.4", optional = true }
|
||||
# Mp4
|
||||
mp4ameta = {version = "0.10.2", optional = true}
|
||||
# Flac
|
||||
|
@ -29,7 +29,7 @@ thiserror = "1.0.25"
|
|||
base64 = "0.13.0"
|
||||
byteorder = "1.4.3"
|
||||
|
||||
lofty_attr = { version = "0.1.2", git = "https://github.com/Serial-ATA/lofty-rs" }
|
||||
lofty_attr = "0.1.2"
|
||||
|
||||
[features]
|
||||
default = ["all_tags"]
|
||||
|
|
2
ogg_pager/Cargo.lock
generated
2
ogg_pager/Cargo.lock
generated
|
@ -10,7 +10,7 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|||
|
||||
[[package]]
|
||||
name = "ogg_pager"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue