diff --git a/Cargo.toml b/Cargo.toml index 4710f185a..2f03621af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/src/binding.rs b/src/binding.rs index ed9dff8a4..edb9afb0a 100644 --- a/src/binding.rs +++ b/src/binding.rs @@ -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::(), 32);