Commit fbf2805
committed
Remove MSRV check
Raspbian testing only provides Rust 1.63, but the time crate has somehow
move onto 1.65 (see time-rs/time#535) and
I am not willing to fight a policy to support older versions.
So, for now, just assume people are going to use rustup, just like we do
to build te Raspberry Pi images, and ignore the MSRV requirements.1 parent 0af9e11 commit fbf2805
1 file changed
+0
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
0 commit comments