From 2603c046f60f7ac11b079f4e42807b9a7884300c Mon Sep 17 00:00:00 2001 From: Wynd Date: Tue, 3 Dec 2024 23:06:30 +0200 Subject: [PATCH] Bumped up the version and pinned the nightly version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"