I'm trying to build the latest commit, but whenever I run cargo build, I get the following error
No such file or directory (os error 2)
--> pumpkin-plugin-api/src/lib.rs:68:5
|
68 | / wit_bindgen::generate!({
69 | | skip: ["init-plugin"],
70 | | path: "../pumpkin-plugin-wit/v0.1",
71 | | world: "plugin",
72 | | enable_method_chaining: true
73 | | });
| |______^
|
= note: this error originates in the macro `wit_bindgen::generate` (in Nightly builds, run with -Z macro-backtrace for more info)
I am on the latest version of rust and I tried wiping and redownloading the whole repo
