2 Commits

Author SHA1 Message Date
phundrak d2c48605aa chore(nix): update cargo hash value for Nix flake
Run checks and build archives / coverage-and-sonar (push) Successful in 9m7s
Run checks and build archives / build (linux-aarch64) (push) Successful in 7m3s
Run checks and build archives / build (windows-x86_64) (push) Successful in 8m16s
Run checks and build archives / build (linux-x86_64) (push) Successful in 10m8s
2026-06-19 13:13:34 +02:00
CI Bot 9f0fe71c3e chore(release): bump version to 1.1.1-dev [skip ci] 2026-06-14 16:18:46 +00:00
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -1804,7 +1804,7 @@ dependencies = [
[[package]] [[package]]
name = "jj-cz" name = "jj-cz"
version = "1.1.0" version = "1.1.1-dev"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"assert_fs", "assert_fs",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "jj-cz" name = "jj-cz"
version = "1.1.0" version = "1.1.1-dev"
description = "Conventional commits for Jujutsu" description = "Conventional commits for Jujutsu"
edition = "2024" edition = "2024"
publish = true publish = true
+1 -1
View File
@@ -10,7 +10,7 @@
inherit version; inherit version;
src = pkgs.lib.cleanSource ../.; src = pkgs.lib.cleanSource ../.;
# cargoLock.lockFile = ../Cargo.lock; # cargoLock.lockFile = ../Cargo.lock;
cargoHash = "sha256-yfKaqc+7lvxDukAXxazc57GFs386rr9vUsDk1pobLRM="; cargoHash = "sha256-pAAp3bq4zZwRYC5v7wX56KbBgA1q2C/Td5jX2ge+VpY=";
useNextest = true; useNextest = true;
meta = { meta = {
inherit (cargoToml.package) description homepage; inherit (cargoToml.package) description homepage;