mirror of
https://github.com/bspeice/aeron-rs
synced 2025-08-02 05:24:59 -04:00
Reversion and cleanup
Moving the `aeronmd` example to the sys crate caused issues for static linking because of the `tempfile` crate. Revert "Install luuid for Linux" Revert "Fix some Cargo.toml issues" Revert "More minor cleanup"
This commit is contained in:
@ -6,6 +6,8 @@ include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::*;
|
||||
use std::convert::TryInto;
|
||||
|
||||
#[test]
|
||||
fn version_check() {
|
||||
|
Reference in New Issue
Block a user