Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Workspace internal deps #4525

Merged
merged 34 commits into from
May 26, 2023
Merged

Conversation

gautamprikshit1
Copy link
Contributor

@gautamprikshit1 gautamprikshit1 commented May 22, 2023

Summary

Moved internal dependencies to the workspace.

Fixes #4515

Test Plan

Changelog

  • The PR requires a changelog line

Documentation

  • The PR requires documentation
  • I will create a new PR to update the documentation

@netlify
Copy link

netlify bot commented May 22, 2023

Deploy Preview for docs-rometools canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 938ba65
🔍 Latest deploy log https://app.netlify.com/sites/docs-rometools/deploys/646df9a36754ab0008122f75

@github-actions github-actions bot added A-CLI Area: CLI A-Core Area: core A-Diagnostic Area: errors and diagnostics A-Formatter Area: formatter A-Linter Area: linter A-LSP Area: language server protocol A-Parser Area: parser A-Project Area: project configuration and loading labels May 22, 2023
@gautamprikshit1 gautamprikshit1 marked this pull request as ready for review May 22, 2023 10:49
Copy link
Contributor

@ematipico ematipico left a comment

Choose a reason for hiding this comment

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

We still need to keep the version in our internal crates

rome_markup = { version = "0.0.1", path = "../rome_markup" }
rome_markup = { workspace = true }
Copy link
Contributor

Choose a reason for hiding this comment

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

Some crates have the version because they are published on crates.io.

We must keep the version in the main Cargo.toml

@ematipico
Copy link
Contributor

Could you please restore the template and fill it, please?

@ematipico ematipico merged commit afcddcb into rome:main May 26, 2023
17 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-CLI Area: CLI A-Core Area: core A-Diagnostic Area: errors and diagnostics A-Formatter Area: formatter A-Linter Area: linter A-LSP Area: language server protocol A-Parser Area: parser A-Project Area: project configuration and loading
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants