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

Make c2a-core repository as cargo workspace #34

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

sksat
Copy link
Member

@sksat sksat commented Aug 1, 2023

概要

cargo workspace にする

Issue

詳細

今後 c2a-core crate 以外の crate がこのリポジトリに導入されるため,cargo workspace にする

影響範囲

c2a-core crate など Rust 部分

補足

resolver 2 を明示的に指定しているのは,rust-lang/cargo#5730 のような問題が発生する可能性があり,また, resolver 2 は opt-in であるため: https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html#details

@sksat sksat added enhancement New feature or request tools labels Aug 1, 2023
@sksat sksat self-assigned this Aug 1, 2023
[package]
name = "c2a-core"
version = "3.10.0"
version.workspace = true
Copy link
Member

Choose a reason for hiding this comment

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

workspace.package をとってくる,という意

@sksat
Copy link
Member Author

sksat commented Aug 1, 2023

conflict したので rebase(docs のファイル名変更)

@sksat sksat merged commit ce3eb88 into develop Aug 1, 2023
24 checks passed
@sksat sksat deleted the feature/cargo-workspace branch August 1, 2023 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tools
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants