Skip to content

fix TOML in Cargo.toml#91

Open
dmitris wants to merge 1 commit into
rust-in-action:1st-editionfrom
dmitris:patch-1
Open

fix TOML in Cargo.toml#91
dmitris wants to merge 1 commit into
rust-in-action:1st-editionfrom
dmitris:patch-1

Conversation

@dmitris

@dmitris dmitris commented Nov 11, 2022

Copy link
Copy Markdown

per https://toml.io/en/v1.0.0#inline-table, No newlines are allowed between the curly braces unless they are valid within a value.

Fixes #77.

per https://toml.io/en/v1.0.0#inline-table, `No newlines are allowed between the curly braces unless they are valid within a value`.

Partially fixes rust-in-action#77 (there's also the "unresolved import `smoltcp::phy::TapInterface`" issue).
@ewenmcneill

Copy link
Copy Markdown

FTR, looks like this PR (#91) will fix issue #102 that I filed yesterday for the same issue (it's unfortunate the PR title / details don't mention what is fixed in which Cargo.toml; so adding cross links to make it easier to find).

Ewen

@dmitris

dmitris commented Jan 11, 2023

Copy link
Copy Markdown
Author

the question is what needs to happen to get this PR merged 😄

@timClicks - are you still looking at this repo?

@timClicks

timClicks commented Jan 11, 2023 via email

Copy link
Copy Markdown
Contributor

@ewenmcneill

Copy link
Copy Markdown

I don't accept any PRs for copyright reasons.

@timClicks Perhaps you could at least put a note (near the top) of the README file that says "sorry I don't accept PRs for copyright reasons". Because there are ~18 months of PRs (including several duplicates) that people have created, trying to help, because they didn't know you weren't going to accept them. (Inexplicably GitHub still doesn't allow disabling PRs in a repo while leaving issues enabled :-( )

Ewen

@timClicks

Copy link
Copy Markdown
Contributor

I understand the frustration. I'll look into adding a note on the README. Leaving the PRs open was intended to make it less likely that there will be duplicate effort.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ch8: Mget unresolved import

3 participants