Closed Aursen closed 1 month ago
The recent changes across several Cargo.toml
files focus on dependency management. Some dependencies, such as cosmwasm-storage
, injective-protobuf
, and several others, have been removed. Meanwhile, dependencies like cw2
and updated versions for injective-std
, prost
, schemars
, serde
, and thiserror
have been added or adjusted. These modifications streamline the codebase and ensure the relevant packages are using up-to-date and necessary libraries.
Files | Change Summary |
---|---|
contracts/atomic-order-example/Cargo.toml |
Removed dependencies on cosmwasm-storage and cw-utils ; added dependency on cw2 . |
contracts/injective-cosmwasm-mock/Cargo.toml |
Removed injective-protobuf dependency; updated versions for injective-std , prost , schemars , serde , and thiserror . |
packages/injective-math/Cargo.toml |
Removed ethereum-types and subtle-encoding dependencies. |
packages/injective-protobuf/Cargo.toml |
Removed several dependencies including ethereum-types , num , schemars , serde , and subtle-encoding ; retained cosmwasm-std and protobuf . |
packages/injective-testing/Cargo.toml |
Removed base64 dependency. |
Amidst the code, dependencies fade, Streamlining paths in teams' crusade. With each new line, old bonds unwind, Empowering structures, sleek, refined. The journey's light, through bytes and beams, A coder’s dream, in digital streams.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit