Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal: Use lib crates from crates.io #15098

Merged
merged 1 commit into from Jun 21, 2023

Conversation

davidlattimore
Copy link
Contributor

See lib/README.md for justification

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 21, 2023
@davidlattimore
Copy link
Contributor Author

This should help reduce breakages to the autopublish workflow. #15038

Comment on lines -79 to +86
# In-tree crates that are published separately and follow semver.
line-index = { version = "0.1.0-pre.1", path = "lib/line-index" }
la-arena = { version = "0.3.1", path = "lib/la-arena" }
lsp-server = { version = "0.7.1", path = "lib/lsp-server" }
# In-tree crates that are published separately and follow semver. See lib/README.md
line-index = { version = "0.1.0-pre.1" }
la-arena = { version = "0.3.1" }
lsp-server = { version = "0.7.1" }
Copy link
Member

Choose a reason for hiding this comment

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

Up above is a [patch.'crates-io'] section with a lot of commented out patches, could you add commented out path versions for these there? That would make it easier to use the local ones on demand for testing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good idea. Done. I also amended the last bit that I'd added to libs/README.md accordingly.

See lib/README.md for justification
@Veykril
Copy link
Member

Veykril commented Jun 21, 2023

Thanks
@bors r+

@bors
Copy link
Collaborator

bors commented Jun 21, 2023

📌 Commit 5c8d1a4 has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jun 21, 2023

⌛ Testing commit 5c8d1a4 with merge 6d333e5...

@bors
Copy link
Collaborator

bors commented Jun 21, 2023

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing 6d333e5 to master...

@bors bors merged commit 6d333e5 into rust-lang:master Jun 21, 2023
10 checks passed
@lnicola lnicola changed the title Use lib crates from crates.io internal: Use lib crates from crates.io Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants