Skip to content

fix small typo that prevents building#597

Open
coztellation wants to merge 1 commit intoboozook:api-refactoringfrom
coztellation:api-refactoring
Open

fix small typo that prevents building#597
coztellation wants to merge 1 commit intoboozook:api-refactoringfrom
coztellation:api-refactoring

Conversation

@coztellation
Copy link

trying to cargo install cargo-playdate (or build in general) from the api-refactoring branch gives the following error

error: key with no value, expected `=`
   --> ../Cargo.toml:119:26
    |
119 |     '--cfg=pdtrace="cb-add"',
    |                             ^
error: failed to parse manifest at `/Users/coztellation/Documents/programming/playdate/playdate/cargo/Cargo.toml`

Caused by:
  error inheriting `edition` from workspace root manifest's `workspace.package.edition`

which seems to be caused by commit f78f6b4 accidentally doubling up on some compiler flags and making cargo mad
removing these four duplicate lines made compiling & installing work on my system

also this is my first pull request so i hope i did it correctly lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant