Skip to content

docs(ref): Specify 'rust_version' in Index format#12040

Merged
bors merged 1 commit into
rust-lang:masterfrom
epage:doc
Apr 26, 2023
Merged

docs(ref): Specify 'rust_version' in Index format#12040
bors merged 1 commit into
rust-lang:masterfrom
epage:doc

Conversation

@epage

@epage epage commented Apr 26, 2023

Copy link
Copy Markdown
Contributor

@rustbot

rustbot commented Apr 26, 2023

Copy link
Copy Markdown
Collaborator

r? @weihanglo

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 26, 2023
Comment thread src/doc/src/reference/registry-index.md Outdated

@weihanglo weihanglo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cross linked to rust-lang/crates.io#6267

Comment thread src/doc/src/reference/registry-index.md Outdated
@Eh2406

Eh2406 commented Apr 26, 2023

Copy link
Copy Markdown
Contributor

Do we want to mention that is not currently available from the publish JSON?
Do we want to mention that it is currently not read by cargo and is optional?
Both of which may change in the future.

@epage epage force-pushed the doc branch 2 times, most recently from 11e7e58 to b6717b5 Compare April 26, 2023 15:51
@epage

epage commented Apr 26, 2023

Copy link
Copy Markdown
Contributor Author

Looks like CI is failing due to 503's from herokucdn

@weihanglo

Copy link
Copy Markdown
Member

@epage

epage commented Apr 26, 2023

Copy link
Copy Markdown
Contributor Author

Do we want to mention that is not currently available from the publish JSON?

As there is a section to call out differences between the Publish API and the Index, I've noted it there

Do we want to mention that it is currently not read by cargo and is optional?

I do mention it is optional. We don't have a location to point people to yet and cargo's use of it which makes me hesitant to do so.

@Turbo87

Turbo87 commented Apr 26, 2023

Copy link
Copy Markdown
Member

yeah, same thing as I mentioned yesterday, during deploys of crates.io itself apparently we are getting more and more 503s these days :-/

@weihanglo

Copy link
Copy Markdown
Member

Thanks for the clarification.

@bors r+

@bors

bors commented Apr 26, 2023

Copy link
Copy Markdown
Contributor

📌 Commit 4dd2b28 has been approved by weihanglo

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 26, 2023
@bors

bors commented Apr 26, 2023

Copy link
Copy Markdown
Contributor

⌛ Testing commit 4dd2b28 with merge 284fd3f...

@bors

bors commented Apr 26, 2023

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-actions
Approved by: weihanglo
Pushing 284fd3f to master...

@bors bors merged commit 284fd3f into rust-lang:master Apr 26, 2023
@epage epage deleted the doc branch April 27, 2023 03:20
bors added a commit to rust-lang-ci/rust that referenced this pull request May 3, 2023
Update cargo

16 commits in 9e586fbd8b931494067144623b76c37d213b1ab6..ac84010322a31f4a581dafe26258aa4ac8dea9cd
2023-04-25 22:09:11 +0000 to 2023-05-02 13:41:16 +0000
- docs(registry): Further specify owner-remove response (rust-lang/cargo#12056) (rust-lang/cargo#12068)
- Remove repeated definite articles (rust-lang/cargo#12067)
- Document that adding `#[non_exhaustive]` on existing items is breaking. (rust-lang/cargo#10877)
- docs(commands): add missed preposition (rust-lang/cargo#12073)
- Fix warning with unused mut (rust-lang/cargo#12065)
- chore: move build-man workflow away from shell (rust-lang/cargo#12048)
- feat: Add `-Zmsrv-policy` feature flag (rust-lang/cargo#12043)
- chore: new xtask to check stale paths in autolabel defintions (rust-lang/cargo#12051)
- cargo-tree: Handle -e no-proc-macro when building the graph (rust-lang/cargo#12044)
- chore: update trigger_files in autolabel (rust-lang/cargo#12052)
- fix broken markdown in docs (rust-lang/cargo#12049)
- home: fix & enhance documentation (rust-lang/cargo#12047)
- chore: Mark unpublished crates as such (rust-lang/cargo#12045)
- Include rust-version in publish request (rust-lang/cargo#12041)
- chore(xtask): Add `cargo xtask unpublished` (rust-lang/cargo#12039)
- docs(ref): Specify 'rust_version' in Index format (rust-lang/cargo#12040)

r? `@ghost`
RalfJung pushed a commit to RalfJung/miri that referenced this pull request May 3, 2023
Update cargo

16 commits in 9e586fbd8b931494067144623b76c37d213b1ab6..ac84010322a31f4a581dafe26258aa4ac8dea9cd
2023-04-25 22:09:11 +0000 to 2023-05-02 13:41:16 +0000
- docs(registry): Further specify owner-remove response (rust-lang/cargo#12056) (rust-lang/cargo#12068)
- Remove repeated definite articles (rust-lang/cargo#12067)
- Document that adding `#[non_exhaustive]` on existing items is breaking. (rust-lang/cargo#10877)
- docs(commands): add missed preposition (rust-lang/cargo#12073)
- Fix warning with unused mut (rust-lang/cargo#12065)
- chore: move build-man workflow away from shell (rust-lang/cargo#12048)
- feat: Add `-Zmsrv-policy` feature flag (rust-lang/cargo#12043)
- chore: new xtask to check stale paths in autolabel defintions (rust-lang/cargo#12051)
- cargo-tree: Handle -e no-proc-macro when building the graph (rust-lang/cargo#12044)
- chore: update trigger_files in autolabel (rust-lang/cargo#12052)
- fix broken markdown in docs (rust-lang/cargo#12049)
- home: fix & enhance documentation (rust-lang/cargo#12047)
- chore: Mark unpublished crates as such (rust-lang/cargo#12045)
- Include rust-version in publish request (rust-lang/cargo#12041)
- chore(xtask): Add `cargo xtask unpublished` (rust-lang/cargo#12039)
- docs(ref): Specify 'rust_version' in Index format (rust-lang/cargo#12040)

r? `@ghost`
@ehuss ehuss added this to the 1.71.0 milestone May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants