projects
/
rpi_keep_alive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca0f76
)
Update dependencies
author
Greg Burri
<greg.burri@gmail.com>
Wed, 12 Mar 2025 22:44:13 +0000
(23:44 +0100)
committer
Greg Burri
<greg.burri@gmail.com>
Wed, 12 Mar 2025 22:44:13 +0000
(23:44 +0100)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index
2a692d9
..
a5ef4c0
100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-2,10
+2,10
@@
name = "rpi_keep_alive"
version = "0.1.0"
authors = ["Greg Burri <greg.burri@gmail.com>"]
-edition = "202
1
"
+edition = "202
4
"
[dependencies]
-rand = "0.
8
"
+rand = "0.
9
"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
@@
-17,5
+17,6
@@
anyhow = "1"
[profile.release]
codegen-units = 1
+strip = true
lto = true
panic = 'abort'