File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ jobs:
156
156
echo "Existing rust version: $(rustc --version)"
157
157
printf '*%.0s' {1..60} && printf "\n\n"
158
158
rustup update && printf "\n"
159
+ rustup default 1.81.0 && printf "\n"
159
160
printf '*%.0s' {1..60} && printf "\n"
160
161
echo "Updated rust version: $(rustc --version)"
161
162
printf '*%.0s' {1..60} && printf "\n"
@@ -250,6 +251,7 @@ jobs:
250
251
echo "Existing rust version: $(rustc --version)"
251
252
printf '*%.0s' {1..60} && printf "\n\n"
252
253
rustup update && printf "\n"
254
+ rustup default 1.81.0 && printf "\n"
253
255
printf '*%.0s' {1..60} && printf "\n"
254
256
echo "Updated rust version: $(rustc --version)"
255
257
printf '*%.0s' {1..60} && printf "\n"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " SysMonk"
3
- version = " 0.0.0-alpha "
3
+ version = " 0.0.0-beta "
4
4
description = " Sytem Monitor is a Rust based CLI tool to monitor system resources."
5
5
license = " MIT"
6
6
documentation = " https://docs.rs/SysMonk"
@@ -43,7 +43,7 @@ sha2 = "0.10.8"
43
43
rand = " 0.8.5"
44
44
fernet = " 0.2.2"
45
45
sysinfo = " 0.26.7"
46
- reqwest = { version = " 0.11 " , features = [" blocking" , " json" ] }
46
+ reqwest = { version = " 0.12.7 " , features = [" blocking" , " json" ] }
47
47
minijinja = { version = " 2.3.1" , features = [" loader" ] }
48
48
url = " 2.5.2"
49
49
regex = " 1.10.6"
You can’t perform that action at this time.
0 commit comments