Skip to content

Commit ddf1ba8

Browse files
authored
Merge pull request #116 from silicon-heaven/dependabot/cargo/cargo-minor-patch-b9ac7b9eaf
Update shvbroker requirement from =3.27.4 to =3.27.5 in the cargo-minor-patch group
2 parents a756ff7 + dedb20f commit ddf1ba8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "shvclient"
33
description = "A Rust framework for Silicon Heaven RPC devices"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/libshvclient-rs"
6-
version = "5.1.3"
6+
version = "5.1.4"
77
edition = "2024"
88

99
[lib]
@@ -28,7 +28,7 @@ path = "tests/ssl.rs"
2828
clap = { version = "4.4", features = ["derive"] }
2929
simple_logger = { version = "5.0.0", features = ["stderr"] }
3030
generics-alias = { git = "https://github.com/j4r0u53k/generics-alias-rs.git", branch = "main" }
31-
shvbroker = "=3.27.4"
31+
shvbroker = "=3.27.5"
3232
rcgen = "0.14.5"
3333
tempfile = "3.23.0"
3434
smol = "2.0.2"

src/client.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@ impl<V: ClientVariant> Client<V> {
658658

659659
#[cfg(test)]
660660
mod 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

0 commit comments

Comments
 (0)