Bumped up the version and pinned the nightly version

master
Wynd 2024-12-03 23:06:30 +02:00
parent bcf4aad0d1
commit 2603c046f6
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -2,7 +2,7 @@ cargo-features = ["codegen-backend"]
[package]
name = "git-heatmap"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
authors = ["Wynd <wyndftw@proton.me>"]
description = "A simple and customizable heatmap for git repos"

View File

@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-12-02"