Expose Update (#791)

This will allow for use of `apply_update` on the `OnlineClient` which is already exposed as public.
This commit is contained in:
kylezs
2023-01-18 05:41:12 +11:00
committed by GitHub
parent 08d6640a6c
commit e036087db7
+1
View File
@@ -20,5 +20,6 @@ pub use online_client::{
OnlineClient,
OnlineClientT,
RuntimeUpdaterStream,
Update,
UpgradeError,
};