Compare commits

..

No commits in common. "754ae271d76cdefce0edfeb8894a76e7d54f9cfa" and "5cd03b713c6978d3fee9b637d4083a24f4af01b9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rusty-tasks"
version = "0.1.3"
version = "0.1.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -2,4 +2,4 @@ mod file;
mod tasks;
pub use file::File;
pub use tasks::{Status, TaskGroup};
pub use tasks::{Status, Task, TaskGroup};