Closed nkysg closed 1 month ago
The changes involve the modification of the Cargo.toml
file for the starcoin-config
package. The primary alteration is the removal of the stdlib
dependency from the [dependencies]
section. All other dependencies, workspace settings, and feature specifications remain unchanged, and the [package]
section is unaffected.
File | Change Summary |
---|---|
config/Cargo.toml | Removed stdlib dependency from [dependencies] |
sequenceDiagram
participant User
participant Cargo
User->>Cargo: Request build
Cargo->>Cargo: Check dependencies
Cargo-->>User: Build successful
In the garden where code does play,
A dependency hopped away,
Withstdlib
gone, the path is clear,
The project blooms, full of cheer!
🐇✨
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
-
-
Other information
Summary by CodeRabbit
stdlib
from the configuration package.