chore: bump version

This commit is contained in:
Ilya Zlobintsev
2025-03-18 19:37:49 +02:00
parent e2bd3cfc81
commit 6af2fe19b8
12 changed files with 19 additions and 18 deletions
Generated
+6 -6
View File
@@ -1248,7 +1248,7 @@ dependencies = [
[[package]]
name = "lact"
version = "0.7.2"
version = "0.7.3"
dependencies = [
"anyhow",
"divan",
@@ -1260,7 +1260,7 @@ dependencies = [
[[package]]
name = "lact-cli"
version = "0.7.2"
version = "0.7.3"
dependencies = [
"anyhow",
"lact-client",
@@ -1270,7 +1270,7 @@ dependencies = [
[[package]]
name = "lact-client"
version = "0.7.2"
version = "0.7.3"
dependencies = [
"amdgpu-sysfs",
"anyhow",
@@ -1285,7 +1285,7 @@ dependencies = [
[[package]]
name = "lact-daemon"
version = "0.7.2"
version = "0.7.3"
dependencies = [
"amdgpu-sysfs",
"anyhow",
@@ -1322,7 +1322,7 @@ dependencies = [
[[package]]
name = "lact-gui"
version = "0.7.2"
version = "0.7.3"
dependencies = [
"amdgpu-sysfs",
"anyhow",
@@ -1347,7 +1347,7 @@ dependencies = [
[[package]]
name = "lact-schema"
version = "0.7.2"
version = "0.7.3"
dependencies = [
"amdgpu-sysfs",
"anyhow",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "lact-cli"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
[dependencies]
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "lact-client"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
[dependencies]
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "lact-daemon"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
[features]
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "lact-gui"
version = "0.7.2"
version = "0.7.3"
authors = ["Ilya Zlobintsev <ilya.zl@protonmail.com>"]
edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "lact-schema"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
[features]
+3 -2
View File
@@ -2,8 +2,9 @@ use std::{env, process::Command};
fn main() {
println!("cargo::rerun-if-changed=../.git/");
println!("cargo::rerun-if-env-changed=LACT_GIT_REV");
let commit = env::var("LACT_GIT_COMMIT")
let rev = env::var("LACT_GIT_REV")
.ok()
.filter(|s| !s.is_empty())
.or_else(|| {
@@ -13,7 +14,7 @@ fn main() {
println!(
"cargo::rustc-env=GIT_COMMIT={}",
commit.unwrap_or_else(|| "unknown".to_owned())
rev.unwrap_or_else(|| "unknown".to_owned())
);
}
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "lact"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
[features]
+1 -1
View File
@@ -85,7 +85,7 @@ $MAKE_COMMAND %{?_smp_mflags}
%install
rm -rf %{buildroot}
VERGEN_GIT_SHA=$LACT_COMMIT_HASH make install PREFIX=/usr DESTDIR=%{buildroot}
LACT_GIT_COMMIT=$LACT_COMMIT_HASH make install PREFIX=/usr DESTDIR=%{buildroot}
%files
%defattr(-,root,root,-)
+1 -1
View File
@@ -3,7 +3,7 @@ metadata:
description: AMDGPU control utility
arch: x86_64
license: MIT
version: 0.7.2
version: 0.7.3
maintainer: ilya-zlobintsev
url: https://github.com/ilya-zlobintsev/lact
source:
+1 -1
View File
@@ -3,7 +3,7 @@ metadata:
description: AMDGPU control utility
arch: x86_64
license: MIT
version: 0.7.2
version: 0.7.3
maintainer: ilya-zlobintsev
url: https://github.com/ilya-zlobintsev/lact
source:
+1 -1
View File
@@ -3,7 +3,7 @@ metadata:
description: AMDGPU control utility
arch: x86_64
license: MIT
version: 0.7.2
version: 0.7.3
maintainer: ilya-zlobintsev
url: https://github.com/ilya-zlobintsev/lact
source: