Specify git rev until release made

This commit is contained in:
CDrummond 2025-03-15 10:59:26 +00:00
parent 471063b53d
commit a2ff1aade1
2 changed files with 2 additions and 1 deletions

2
Cargo.lock generated
View File

@ -206,7 +206,7 @@ dependencies = [
[[package]]
name = "bliss-audio"
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 = [
"adler32",
"bliss-audio-aubio-rs",

View File

@ -41,3 +41,4 @@ default-features = false
features = ["aubio-static"]
# version = "0.9.4"
git = "https://github.com/Polochon-street/bliss-rs.git"
rev = "006927ac16752ff2e00bfe0d6b7756f67fa822c0"