diff --git a/Cargo.lock b/Cargo.lock index 111dfb5..1e249a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ dependencies = [ [[package]] name = "rustic-git" -version = "0.3.0" +version = "0.4.0" dependencies = [ "chrono", ] diff --git a/Cargo.toml b/Cargo.toml index 5acca61..607dabd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustic-git" -version = "0.3.0" +version = "0.4.0" edition = "2024" license = "MIT" description = "A Rustic Git - clean type-safe API over git cli"