fish-shell/fish-rust
Mahmoud Al-Qudsi 6a301381c8 Fix compilation on 32-bit non-Linux platforms
The `u64::from(buf.f_flag)` was needed in two places. The existing handled macOS
which always has a 32-bit statfs::f_flag, but statvfs::f_flag is an `unsigned
long` which means it needs to be coerced to 64-bits on 32-bit targets.
2023-05-05 19:35:17 -05:00
..
src Fix compilation on 32-bit non-Linux platforms 2023-05-05 19:35:17 -05:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Support cross-compilation w/ detect_bsd() check 2023-05-05 19:03:23 -05:00
Cargo.lock Update printf-compat 2023-04-29 19:57:33 +02:00
Cargo.toml Actually report ASAN memory leaks 2023-05-02 11:52:41 -05:00