mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
apply new fmt version
This commit is contained in:
parent
fc8356f7ac
commit
e6661c1d00
5 changed files with 8 additions and 8 deletions
|
|
@ -9,12 +9,12 @@ pub use response::Response;
|
|||
// Local dependencies
|
||||
|
||||
use gio::{
|
||||
prelude::{IOStreamExt, OutputStreamExtManual, TlsConnectionExt},
|
||||
Cancellable, IOStream, NetworkAddress, SocketConnection, TlsCertificate, TlsClientConnection,
|
||||
prelude::{IOStreamExt, OutputStreamExtManual, TlsConnectionExt},
|
||||
};
|
||||
use glib::{
|
||||
object::{Cast, ObjectExt},
|
||||
Bytes, Priority,
|
||||
object::{Cast, ObjectExt},
|
||||
};
|
||||
|
||||
pub struct Connection {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue