Export semver::Version in iced_sentinel

This commit is contained in:
Héctor Ramón Jiménez 2024-02-27 16:21:22 +01:00
parent 0870b158d7
commit 2b5b586e30
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1,5 +1,6 @@
pub use iced_core as core;
pub use iced_style as style;
pub use semver::Version;
pub mod client;
pub mod timing;
@ -9,7 +10,6 @@ use crate::timing::Timing;
use futures::future;
use futures::stream::{self, Stream, StreamExt};
use semver::Version;
use serde::{Deserialize, Serialize};
use tokio::io::{self, AsyncReadExt, BufStream};
use tokio::net;