Skip to content

Commit

Permalink
Expose Update (#791)
Browse files Browse the repository at this point in the history
This will allow for use of `apply_update` on the `OnlineClient` which is already exposed as public.
  • Loading branch information
kylezs authored Jan 17, 2023
1 parent 08d6640 commit e036087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subxt/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ pub use online_client::{
OnlineClient,
OnlineClientT,
RuntimeUpdaterStream,
Update,
UpgradeError,
};

0 comments on commit e036087

Please sign in to comment.