Skip to content

Commit 963eb19

Browse files
committed
Update time package to v0.3.37 to fix type annotation issues with new rust compiler
1 parent 76238fb commit 963eb19

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ source:
1414
sha256: {{ sha256 }}
1515
patches:
1616
- winzip.patch # [win]
17+
- time-0.3.37-type-annotations.patch
1718

1819
build:
1920
number: 1
@@ -72,3 +73,4 @@ about:
7273
extra:
7374
recipe-maintainers:
7475
- pkgw
76+
- anjos
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
--- Cargo.lock.orig 2025-01-08 15:55:14
2+
+++ Cargo.lock 2025-01-08 15:56:44
3+
@@ -1,6 +1,6 @@
4+
# This file is automatically @generated by Cargo.
5+
# It is not intended for manual editing.
6+
-version = 3
7+
+version = 4
8+
9+
[[package]]
10+
name = "addr2line"
11+
@@ -2713,9 +2713,9 @@
12+
13+
[[package]]
14+
name = "time"
15+
-version = "0.3.34"
16+
+version = "0.3.37"
17+
source = "registry+https://github.com/rust-lang/crates.io-index"
18+
-checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
19+
+checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
20+
dependencies = [
21+
"deranged",
22+
"itoa",
23+
@@ -2736,9 +2736,9 @@
24+
25+
[[package]]
26+
name = "time-macros"
27+
-version = "0.2.17"
28+
+version = "0.2.19"
29+
source = "registry+https://github.com/rust-lang/crates.io-index"
30+
-checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
31+
+checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
32+
dependencies = [
33+
"num-conv",
34+
"time-core",

0 commit comments

Comments
 (0)