Skip to content

Commit

Permalink
remove extra line in the comment
Browse files Browse the repository at this point in the history
Upgrade thiserror
  • Loading branch information
barakb committed Dec 10, 2024
1 parent d4789e7 commit 8bd6cf5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parking_lot = { version = "0.12.3", default-features = false, features = ["deadl
redis = { version = "0.27.6", default-features = false, features = ["sentinel"] }
regex = { version = "1.11.1", default-features = false, features = ["std", "perf", "unicode-bool", "unicode-perl"] }
strum = { version = "0.26.3", default-features = false, features = ["std", "derive"] }
thiserror = "2.0.4"
thiserror = "2.0.6"
tokio = { version = "1.42.0", default-features = false, features = ["macros", "sync", "rt-multi-thread"], optional = true }
tracing = { version = "0.1.41", default-features = false, features = ["std", "attributes"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion src/client/blocking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl FalkorSyncClient {
})
}

///

/// Get the max number of connections in the client's connection pool
pub fn connection_pool_size(&self) -> u8 {
self.inner.connection_pool_size
Expand Down

0 comments on commit 8bd6cf5

Please sign in to comment.