this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿš€ Add an explicit version for nih_plug

+1 -1
+1 -1
Cargo.toml
··· 29 29 [dependencies] 30 30 nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git", features = [ 31 31 "assert_process_allocs", 32 - ], optional = true } 32 + ], optional = true, version = "0.0.0" } 33 33 anyhow = "1.0.81" 34 34 chrono = "0.4.23" 35 35 docopt = "1.1.1"