From e77dcef733ddf5f9e2fe1e44ba949073d8e531a3 Mon Sep 17 00:00:00 2001 From: diniamo Date: Fri, 13 Sep 2024 21:16:15 +0200 Subject: [PATCH 1/2] Update time crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 440c292..9da6a83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ all-features = true [dependencies] is_debug = "1.0.1" const_format = { version = "0.2.22", default-features = false } -time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"], default-features = false } +time = { version = "0.3.36", features = ["formatting", "local-offset", "parsing"], default-features = false } #! Optional Dependencies: From 4358b4a0949fc50e50860ee625bc4dbfdc79166a Mon Sep 17 00:00:00 2001 From: baoyachi Date: Sat, 14 Sep 2024 09:43:40 +0800 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9da6a83..b67306a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadow-rs" -version = "0.34.0" +version = "0.35.0" authors = ["baoyachi "] edition = "2021" description = "A build-time information stored in your rust project"