Closed maxrobot closed 4 months ago
The injective-std
package has received an update in its Cargo.toml
file. The versions of the dependencies prost
and prost-types
have both been upgraded from 0.12.3
to 0.12.4
. Additionally, the feature specifications for these dependencies have been adjusted to include prost-derive
for prost
and disable default features for prost-types
.
File | Change Summary |
---|---|
packages/injective-std/Cargo.toml |
Updated prost version from 0.12.3 to 0.12.4 , set features as [ "prost-derive" ] . Also updated prost-types version from 0.12.3 to 0.12.4 , with default features set to false . |
In code's domain, a change did rise,
Withprost
andtypes
, we modernize,
From0.12.3
to.4
, a subtle flight,
Feature flags adjusted, all set right.
Now streams of data flow and glide,
A smoother journey, code's new tide. 🐇✨
LGTM
Bumped the versions and remove the default features flag.
Summary by CodeRabbit