Releases: informalsystems/pbjson
Releases · informalsystems/pbjson
v0.7.0
This release integrates influxdata/pbjson
v0.6.2 enhancements and upgrades prost
dependency to v0.12.
v0.6.0
This is a fork of
influxdata/pbjson
maintained by Informal Systems.
Breaking Changes
-
The crates have been prefixed with
informalsystems-
, but the library names have been kept the same, for drop-in compatibility with former versions.Former crate New crate Library name pbjson
informalsystems-pbjson
pbjson
pbjson-types
informalsystems-pbjson-types
pbjson_types
pbjson-build
informalsystems-pbjson-build
pbjson_build
pbjson-test
informalsystems-pbjson-test
pbjson_test
Features
- Add
no_std
support to the generated code (#1)
Theinformal-pbjson-types
crate now has anstd
feature which is enabled by default.
To enableno_std
compatibility, disable the default features on that crate.