fix(utils): Re-export prost (#4133)
until shortly before the next minor release, just to make sure that subsequent patch releases don't unexpectedly break downstream consumers code.
This commit is contained in:
parent
70fd08a148
commit
af8c23dd73
1 changed files with 3 additions and 0 deletions
|
|
@ -24,3 +24,6 @@ pub mod downloader; // Requires async_std
|
|||
pub mod ipc; // Requires interprocess
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
pub mod logging; // Requires log4rs
|
||||
|
||||
// TODO(hartan): Remove this re-export for the next minor release.
|
||||
pub use ::prost;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue