mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
Specify git rev until release made
This commit is contained in:
parent
471063b53d
commit
a2ff1aade1
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -206,7 +206,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "bliss-audio"
|
name = "bliss-audio"
|
||||||
version = "0.9.4"
|
version = "0.9.4"
|
||||||
source = "git+https://github.com/Polochon-street/bliss-rs.git#006927ac16752ff2e00bfe0d6b7756f67fa822c0"
|
source = "git+https://github.com/Polochon-street/bliss-rs.git?rev=006927ac16752ff2e00bfe0d6b7756f67fa822c0#006927ac16752ff2e00bfe0d6b7756f67fa822c0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"adler32",
|
"adler32",
|
||||||
"bliss-audio-aubio-rs",
|
"bliss-audio-aubio-rs",
|
||||||
|
@ -41,3 +41,4 @@ default-features = false
|
|||||||
features = ["aubio-static"]
|
features = ["aubio-static"]
|
||||||
# version = "0.9.4"
|
# version = "0.9.4"
|
||||||
git = "https://github.com/Polochon-street/bliss-rs.git"
|
git = "https://github.com/Polochon-street/bliss-rs.git"
|
||||||
|
rev = "006927ac16752ff2e00bfe0d6b7756f67fa822c0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user