1
Fork 0
mirror of https://github.com/RGBCube/superfreq synced 2025-07-27 17:07:44 +00:00

chore: v0.3.2

This commit is contained in:
NotAShelf 2025-05-18 16:01:24 +03:00
parent 8e3a87cb04
commit f88f92fbda
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -543,7 +543,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "superfreq"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"anyhow",
"chrono",

View file

@ -1,7 +1,7 @@
[package]
name = "superfreq"
description = "Modern CPU frequency and power management utility for Linux"
version = "0.3.1"
version = "0.3.2"
edition = "2024"
authors = ["NotAShelf <raf@notashelf.dev>"]
rust-version = "1.85"