Skip to content

Commit ac5ac28

Browse files
authored
🦎 release: bump to 3.0.1 and re-expose engines (#128)
1 parent 5520066 commit ac5ac28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simdeez"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
authors = ["Jack Mott <jack.mott@gmail.com>", "Arduano"]
55
description = "SIMD library to abstract over different instruction sets and widths"
66
license = "Apache-2.0/MIT"

‎src/lib.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ mod libm_ext;
192192
pub mod math;
193193
pub use math::{SimdMathF32, SimdMathF64};
194194

195-
mod engines;
195+
pub mod engines;
196196

197197
pub use engines::scalar;
198198

0 commit comments

Comments
 (0)