mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Use CARGO_PKG_VERSION for plugin versions
Instead of duplicating this. Means that plugin versions only need to be updated in the Cargo.toml file.
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1084,7 +1084,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "diopser"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"nih_plug",
|
||||
"nih_plug_vizia",
|
||||
@@ -4011,7 +4011,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "spectral_compressor"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"nih_plug",
|
||||
"nih_plug_vizia",
|
||||
|
||||
Reference in New Issue
Block a user