Export semver::Version in iced_sentinel
This commit is contained in:
parent
0870b158d7
commit
2b5b586e30
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
pub use iced_core as core;
|
pub use iced_core as core;
|
||||||
pub use iced_style as style;
|
pub use iced_style as style;
|
||||||
|
pub use semver::Version;
|
||||||
|
|
||||||
pub mod client;
|
pub mod client;
|
||||||
pub mod timing;
|
pub mod timing;
|
||||||
|
|
@ -9,7 +10,6 @@ use crate::timing::Timing;
|
||||||
|
|
||||||
use futures::future;
|
use futures::future;
|
||||||
use futures::stream::{self, Stream, StreamExt};
|
use futures::stream::{self, Stream, StreamExt};
|
||||||
use semver::Version;
|
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use tokio::io::{self, AsyncReadExt, BufStream};
|
use tokio::io::{self, AsyncReadExt, BufStream};
|
||||||
use tokio::net;
|
use tokio::net;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue