Skip to content

Commit

Permalink
Merge pull request #19 from JSorngard/main
Browse files Browse the repository at this point in the history
Lower the minimum required Rust version to 1.60 by exporting the `LambertW` trait in a less ambiguous way
  • Loading branch information
IvanUkhov authored Sep 15, 2024
2 parents 50aa7d3 + 54a7532 commit 0bcb954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ mod gamma;
mod lambert_w;
mod primitive;

pub use crate::lambert_w::LambertW;
pub use beta::Beta;
pub use error::Error;
pub use gamma::Gamma;
pub use lambert_w::LambertW;
pub use primitive::Primitive;

0 comments on commit 0bcb954

Please sign in to comment.