-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use cargo workspace to remove duplicated version, license, and author fields #4226
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
base: relicense
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,12 +1,12 @@ | ||||||||
| [package] | ||||||||
| name = "graphite-desktop" | ||||||||
| version = "0.1.0" | ||||||||
| description = "Graphite Desktop" | ||||||||
| authors = ["Graphite Authors <contact@graphite.art>"] | ||||||||
| license = "MIT OR Apache-2.0" | ||||||||
| repository = "" | ||||||||
| edition = "2024" | ||||||||
| rust-version = "1.87" | ||||||||
| # Inherited from workspace - start | ||||||||
| version.workspace = true | ||||||||
| license.workspace = true | ||||||||
| authors.workspace = true | ||||||||
| edition.workspace = true | ||||||||
| publish.workspace = true | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: The Prompt for AI agents
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3: The Prompt for AI agents |
||||||||
| # Inherited from workspace - end | ||||||||
|
|
||||||||
| [[bin]] | ||||||||
| name = "graphite" | ||||||||
|
|
||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,13 @@ | ||
| [package] | ||
| name = "graphite-desktop-bundle" | ||
| version = "0.0.0" | ||
| description = "Graphite Desktop Bundle" | ||
| authors = ["Graphite Authors <contact@graphite.art>"] | ||
| license = "MIT OR Apache-2.0" | ||
| repository = "" | ||
| edition = "2024" | ||
| rust-version = "1.87" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| # Inherited from workspace - start | ||
| version.workspace = true | ||
| license.workspace = true | ||
| authors.workspace = true | ||
| edition.workspace = true | ||
| publish.workspace = true | ||
| # Inherited from workspace - end | ||
|
|
||
| [dependencies] | ||
| cef-dll-sys = { workspace = true } | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,12 +1,12 @@ | ||||||||||||||||
| [package] | ||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: Dropping the crate's Prompt for AI agents
Suggested change
|
||||||||||||||||
| name = "graphite-desktop-embedded-resources" | ||||||||||||||||
| version = "0.1.0" | ||||||||||||||||
| description = "Graphite Desktop Embedded Resources" | ||||||||||||||||
| authors = ["Graphite Authors <contact@graphite.art>"] | ||||||||||||||||
| license = "MIT OR Apache-2.0" | ||||||||||||||||
| repository = "" | ||||||||||||||||
| edition = "2024" | ||||||||||||||||
| rust-version = "1.87" | ||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||||||||
| # Inherited from workspace - start | ||||||||||||||||
| version.workspace = true | ||||||||||||||||
| license.workspace = true | ||||||||||||||||
| authors.workspace = true | ||||||||||||||||
| edition.workspace = true | ||||||||||||||||
| publish.workspace = true | ||||||||||||||||
| # Inherited from workspace - end | ||||||||||||||||
|
|
||||||||||||||||
| [dependencies] | ||||||||||||||||
| include_dir = { workspace = true } | ||||||||||||||||
|
|
||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| [package] | ||
| name = "graphite-desktop-platform-linux" | ||
| version = "0.0.0" | ||
| description = "Graphite Desktop Platform Linux" | ||
| authors = ["Graphite Authors <contact@graphite.art>"] | ||
| license = "MIT OR Apache-2.0" | ||
| repository = "" | ||
| edition = "2024" | ||
| rust-version = "1.87" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| # Inherited from workspace - start | ||
| version.workspace = true | ||
| license.workspace = true | ||
| authors.workspace = true | ||
| edition.workspace = true | ||
| publish.workspace = true | ||
| # Inherited from workspace - end | ||
|
|
||
| [[bin]] | ||
| name = "graphite" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| [package] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3: Removing the Prompt for AI agents |
||
| name = "graphite-desktop-platform-mac" | ||
| version = "0.0.0" | ||
| description = "Graphite Desktop Platform Mac" | ||
| authors = ["Graphite Authors <contact@graphite.art>"] | ||
| license = "MIT OR Apache-2.0" | ||
| repository = "" | ||
| edition = "2024" | ||
| rust-version = "1.87" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| # Inherited from workspace - start | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: Custom agent: PR title enforcement PR title has a spelling error: "dublicated" should be "duplicated". The PR title becomes the commit message, and the project's detailed PR title style guide establishes high standards for spelling and language correctness. Prompt for AI agents
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P2: Custom agent: PR title enforcement PR title starts with invalid leading verb "Use" instead of an approved action verb from the project's leading verb vocabulary Prompt for AI agents |
||
| version.workspace = true | ||
| license.workspace = true | ||
| authors.workspace = true | ||
| edition.workspace = true | ||
| publish.workspace = true | ||
| # Inherited from workspace - end | ||
|
|
||
| [[bin]] | ||
| name = "graphite" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
rust-versionconstraint was removed during the workspace migration. Please addrust-version.workspace = trueto ensure the package adheres to the workspace's Rust version constraint.