fussybeaver / roctogen

A rust client library for the GitHub v3 API
14 stars 10 forks source link

Cargo: Remove target key for web-sys #59

Closed patrickelectric closed 1 month ago

patrickelectric commented 1 year ago

Fix:

error: failed to parse manifest at `Cargo.toml`

Caused by:
  'target' specifier cannot be used without an 'artifact = …' value (web-sys)
fussybeaver commented 1 year ago

It looks like this repo generally needs some dependency updates and other fixes to compile/run correctly on all targets.

patrickelectric commented 1 year ago

Ouch, it appears that there is something wrong on the ssl library in CI, but aí believe that's unrelated to this PR.