fish-shell/fish-rust
Mahmoud Al-Qudsi c18fb74fa8 Fix rust-invoked build of c/cpp sources under FreeBSD
Due to an upstream issue with cc-rs [0], the rust-generated C++ interface would
fail to compile. A PR has been opened to patch the issue upstream [1], but in
the meantime `Cargo.toml` has been patched to use a fork of cc-rs with the
relevant fixes.

[0]: https://github.com/rust-lang/cc-rs/issues/463
[1]: https://github.com/rust-lang/cc-rs/pull/785
2023-02-03 11:36:21 -06:00
..
src Implement builtin_wait in Rust 2023-02-02 19:34:48 -07:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Implement builtin_wait in Rust 2023-02-02 19:34:48 -07:00
Cargo.lock Fix rust-invoked build of c/cpp sources under FreeBSD 2023-02-03 11:36:21 -06:00
Cargo.toml Fix rust-invoked build of c/cpp sources under FreeBSD 2023-02-03 11:36:21 -06:00