Skip to content

Commit

Permalink
Bump version, fix clippy stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ImTheSquid committed Dec 4, 2024
1 parent ce231a6 commit 46d0d6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sign-firmware"
version = "0.1.2"
version = "0.1.3"
authors = ["Jack Hogan <jackhogan11@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#![feature(type_alias_impl_trait)]

use anyhow::anyhow;
use build_time::build_time_utc;
use chrono_tz::US::Eastern;
use dotenvy_macro::dotenv;
use embassy_time::Timer;
use esp_idf_svc::{
eventloop::EspSystemEventLoop,
Expand All @@ -17,7 +15,6 @@ use esp_idf_svc::{
nvs::EspDefaultNvsPartition,
ota::EspOta,
sntp,
sys::EspError,
timer::EspTaskTimerService,
wifi::{AsyncWifi, EspWifi},
};
Expand Down

0 comments on commit 46d0d6a

Please sign in to comment.