diff --git a/Cargo.lock b/Cargo.lock index 4eb3bf0..e27de68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler" @@ -300,7 +300,7 @@ dependencies = [ [[package]] name = "git-heatmap" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5ca2cf2..ff9eabe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["codegen-backend"] [package] name = "git-heatmap" -version = "1.1.0" +version = "1.2.0" edition = "2021" authors = ["Wynd "] description = "A simple and customizable heatmap for git repos" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5d56faf..b412d4c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly" +channel = "nightly-2024-12-02"