Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Create workspace for improving Cargo.toml experience. #178

Closed
hbulgarini opened this issue May 22, 2023 · 1 comment · Fixed by #207
Closed

Create workspace for improving Cargo.toml experience. #178

hbulgarini opened this issue May 22, 2023 · 1 comment · Fixed by #207
Assignees
Labels
enhancement New feature or request

Comments

@hbulgarini
Copy link
Contributor

At the moment we are hardcoding every version for all the crates used in Trappist. Many of them are repeated across different Cargo.toml files. The goal is to implement a workspace in the root so all the imports are taken from one single place instead of the current approach.

Depends on #177.

@hbulgarini hbulgarini added the enhancement New feature or request label May 22, 2023
@hbulgarini hbulgarini added this to the Trappist M1 / XCM v2 milestone May 22, 2023
@hbulgarini
Copy link
Contributor Author

hbulgarini commented Jun 2, 2023

On my macbook m1 pro there is an improvement on the compilation time:
Without workspace: Finished release [optimized] target(s) in 14m 54s
Using workspace: Finished release [optimized] target(s) in 14m 00s

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants