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:
har7an 2025-04-12 08:05:13 +00:00 committed by GitHub
parent 70fd08a148
commit af8c23dd73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;