File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "shvclient"
33description = " A Rust framework for Silicon Heaven RPC devices"
44license = " MIT"
55repository = " https://github.com/silicon-heaven/libshvclient-rs"
6- version = " 5.1.3 "
6+ version = " 5.1.4 "
77edition = " 2024"
88
99[lib ]
@@ -28,7 +28,7 @@ path = "tests/ssl.rs"
2828clap = { version = " 4.4" , features = [" derive" ] }
2929simple_logger = { version = " 5.0.0" , features = [" stderr" ] }
3030generics-alias = { git = " https://github.com/j4r0u53k/generics-alias-rs.git" , branch = " main" }
31- shvbroker = " =3.27.4 "
31+ shvbroker = " =3.27.5 "
3232rcgen = " 0.14.5"
3333tempfile = " 3.23.0"
3434smol = " 2.0.2"
Original file line number Diff line number Diff line change @@ -658,8 +658,8 @@ impl<V: ClientVariant> Client<V> {
658658
659659#[ cfg( test) ]
660660mod tests {
661- pub use super :: * ;
662- pub use crate :: clientapi:: * ;
661+ use super :: * ;
662+ use crate :: clientapi:: * ;
663663 use futures:: Future ;
664664 use generics_alias:: * ;
665665
You can’t perform that action at this time.
0 commit comments