#Latest commit doesn't build

1 messages · Page 1 of 1 (latest)

upbeat sedge
#

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

urban tinsel
#

Try this

upbeat sedge
#

That seems like it worked

urban tinsel
upbeat sedge
#

Is the issue specific to me, or is there some documentation or something I missed?