Skip to content

Commit

Permalink
Expose errors:: to the public interface. Bump to 2.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Jan 3, 2024
1 parent c26f85a commit e6c2d42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "croner"
version = "2.0.3"
version = "2.0.4"
edition = "2021"
license = "MIT"
description = "Fully-featured, lightweight, and efficient Rust library designed for parsing and evaluating cron patterns"
Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@
//!
//! For more information, refer to the full [README](https://github.com/hexagon/croner-rust).

pub mod errors;

mod component;
mod errors;
mod iterator;
mod pattern;

Expand Down

0 comments on commit e6c2d42

Please sign in to comment.