Skip to content

Commit

Permalink
Merge pull request #1435 from cuviper/hashlink-0.9
Browse files Browse the repository at this point in the history
Upgrade to hashlink 0.9
  • Loading branch information
gwenn committed Jan 10, 2024
2 parents d3aaba2 + ef067b5 commit 6fa1987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -116,7 +116,7 @@ bundled-full = ["modern-full", "bundled"]
[dependencies]
time = { version = "0.3.0", features = ["formatting", "macros", "parsing"], optional = true }
bitflags = "2.0"
hashlink = "0.8"
hashlink = "0.9"
chrono = { version = "0.4", optional = true, default-features = false, features = ["clock"] }
serde_json = { version = "1.0", optional = true }
csv = { version = "1.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/cache.rs
Expand Up @@ -57,7 +57,7 @@ impl Connection {
}

/// Prepared statements LRU cache.
// #[derive(Debug)] // FIXME: https://github.com/kyren/hashlink/pull/4
#[derive(Debug)]
pub struct StatementCache(RefCell<LruCache<Arc<str>, RawStatement>>);

#[allow(clippy::non_send_fields_in_send_ty)]
Expand Down

0 comments on commit 6fa1987

Please sign in to comment.