Update vst3-sys to a version with atomic refcounts
This commit is contained in:
parent
b65158283a
commit
2f59adadcc
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ lazy_static = "1.4"
|
|||
parking_lot = "0.12"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "feature/pointer-rewrite" }
|
||||
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/atomic-reference-count" }
|
||||
widestring = "1.0.0-beta.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue