Searched refs:RELEASE (Results 1 – 1 of 1) sorted by relevance
45 const RELEASE: &[u8] = env!("CARGO_PKG_VERSION").as_bytes(); in new() constant67 r.release[0..RELEASE.len()].copy_from_slice(RELEASE); in new()