You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor(cli): use Error::other instead of ErrorKind::Other
This was a clippy warning after latest Rust upgrade.
* build: increase Rust edition to 2024
* refactor: replace set_env for logging
set_env is unsafe now in Rust 2024.
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ authors = [
6
6
"Ryan Ford <ryan@deltadevs.xyz>",
7
7
"Jonas Pusch <jonas@deltadevs.xyz>",
8
8
]
9
-
edition = "2021"
9
+
edition = "2024"
10
10
description = "prism is the first trust-minimized key-transparency solution, allowing for automatic verification of service providers via light clients. Powered by Celestia."
0 commit comments