Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrlvi committed Aug 23, 2022
1 parent 107d012 commit e041aac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::env;
use time::{format_description, OffsetDateTime};

fn main() -> Result<(), Box<dyn std::error::Error>> {

let format = format_description::parse("[year repr:last_two][month][day][hour][minute]")?;
let dt = OffsetDateTime::now_utc().format(&format)?;
println!("cargo:rustc-env=PACKAGE_COMPILE_TIME={}", dt);
Expand Down

0 comments on commit e041aac

Please sign in to comment.