chore: upgrade Rust toolchain to 1.89 and modernize code with let-chains

This commit is contained in:
Kumpelinus
2025-09-13 20:20:02 +02:00
committed by nitnelave
parent 3d5542996f
commit 176c49c78d
27 changed files with 62 additions and 33 deletions
+1
View File
@@ -1,3 +1,4 @@
#![allow(dead_code)]
use crate::common::env;
use anyhow::{Context, Result, anyhow};
use graphql_client::GraphQLQuery;