mirror of
https://github.com/adriankumpf/tesla_auth.git
synced 2026-02-27 09:54:03 +08:00
Bump edition to 2024
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ repository = "https://github.com/adriankumpf/tesla_auth"
|
||||
keywords = ["tesla-api", "oauth2", "webview", "cli"]
|
||||
categories = ["command-line-utilities"]
|
||||
authors = ["Adrian Kumpf"]
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
use std::borrow::Cow;
|
||||
use std::collections::HashMap;
|
||||
use std::sync::mpsc::{channel, Sender};
|
||||
use std::sync::mpsc::{Sender, channel};
|
||||
use std::thread;
|
||||
|
||||
use log::LevelFilter;
|
||||
|
||||
Reference in New Issue
Block a user