Skip to content

Commit

Permalink
Merge pull request #763 from gwenn/rusqlite
Browse files Browse the repository at this point in the history
Bump rusqlite to version 0.31
  • Loading branch information
gwenn committed Feb 17, 2024
2 parents 4a7dfe9 + 60c80e8 commit 57037fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cfg-if = "1.0"
home = { version = "0.5.4", optional = true }
# For History
fd-lock = { version = "4.0.0", optional = true }
rusqlite = { version = "0.30.0", optional = true, default-features = false, features = ["bundled", "backup"] }
rusqlite = { version = "0.31.0", optional = true, default-features = false, features = ["bundled", "backup"] }
libc = "0.2"
log = "0.4"
unicode-width = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/binding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ mod test {
}

#[test]
#[cfg(target_arch = "x86_64")]
#[ignore]
fn size_of_event() {
use core::mem::size_of;
assert_eq!(size_of::<Event>(), 32);
Expand Down

0 comments on commit 57037fd

Please sign in to comment.