Skip to content

Commit a58614c

Browse files
committed
Release v0.0.0-beta
1 parent f5ed531 commit a58614c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
echo "Existing rust version: $(rustc --version)"
157157
printf '*%.0s' {1..60} && printf "\n\n"
158158
rustup update && printf "\n"
159+
rustup default 1.81.0 && printf "\n"
159160
printf '*%.0s' {1..60} && printf "\n"
160161
echo "Updated rust version: $(rustc --version)"
161162
printf '*%.0s' {1..60} && printf "\n"
@@ -250,6 +251,7 @@ jobs:
250251
echo "Existing rust version: $(rustc --version)"
251252
printf '*%.0s' {1..60} && printf "\n\n"
252253
rustup update && printf "\n"
254+
rustup default 1.81.0 && printf "\n"
253255
printf '*%.0s' {1..60} && printf "\n"
254256
echo "Updated rust version: $(rustc --version)"
255257
printf '*%.0s' {1..60} && printf "\n"

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "SysMonk"
3-
version = "0.0.0-alpha"
3+
version = "0.0.0-beta"
44
description = "Sytem Monitor is a Rust based CLI tool to monitor system resources."
55
license = "MIT"
66
documentation = "https://docs.rs/SysMonk"
@@ -43,7 +43,7 @@ sha2 = "0.10.8"
4343
rand = "0.8.5"
4444
fernet = "0.2.2"
4545
sysinfo = "0.26.7"
46-
reqwest = { version = "0.11", features = ["blocking", "json"] }
46+
reqwest = { version = "0.12.7", features = ["blocking", "json"] }
4747
minijinja = { version = "2.3.1", features = ["loader"] }
4848
url = "2.5.2"
4949
regex = "1.10.6"

0 commit comments

Comments
 (0)