File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ source:
14
14
sha256 : {{ sha256 }}
15
15
patches :
16
16
- winzip.patch # [win]
17
+ - time-0.3.37-type-annotations.patch
17
18
18
19
build :
19
20
number : 1
72
73
extra :
73
74
recipe-maintainers :
74
75
- pkgw
76
+ - anjos
Original file line number Diff line number Diff line change
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",
You can’t perform that action at this time.
0 commit comments