File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1- msrv = " 1.60 "
1+ msrv = " 1.70 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "DeepFilterDataLoader"
33version = " 0.5.7-pre"
44authors = [" Hendrik Schröter" ]
55edition = " 2021"
6- rust-version = " 1.60 "
6+ rust-version = " 1.70 "
77
88[lib ]
99name = " libdfdata"
Original file line number Diff line number Diff line change 1- [package ]
2- name = " DeepFilterLib"
3- version = " 0.5.7-pre"
4- authors = [" Hendrik Schröter" ]
5- edition = " 2021"
6- rust-version = " 1.60 "
7-
8- [lib ]
9- name = " libdf"
10- crate-type = [" cdylib" ]
11- path = " src/lib.rs"
12-
13- [dependencies ]
14- deep_filter = { features = [" transforms" , " logging" ], path = " ../libDF" }
15- pyo3 = { version = " 0.20" , features = [" extension-module" ]}
16- numpy = " 0.20"
17- ndarray = " ^0.15"
1+ [package ]
2+ name = " DeepFilterLib"
3+ version = " 0.5.7-pre"
4+ authors = [" Hendrik Schröter" ]
5+ edition = " 2021"
6+ rust-version = " 1.70 "
7+
8+ [lib ]
9+ name = " libdf"
10+ crate-type = [" cdylib" ]
11+ path = " src/lib.rs"
12+
13+ [dependencies ]
14+ deep_filter = { features = [" transforms" , " logging" ], path = " ../libDF" }
15+ pyo3 = { version = " 0.20" , features = [" extension-module" ]}
16+ numpy = " 0.20"
17+ ndarray = " ^0.15"
You can’t perform that action at this time.
0 commit comments