diff options
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -627,7 +627,7 @@ dependencies = [ [[package]] name = "nix-forecast" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", @@ -1,6 +1,6 @@ [package] name = "nix-forecast" -version = "0.1.0" +version = "0.2.0" authors = [ "Seth <getchoo at tuta dot io>", "nix-forecast Contributors" ] edition = "2021" description = "Check the forecast for today's Nix builds" |
