Skip to content

Commit 5c405ea

Browse files
authored
Merge branch 'main' into all-contributors/add-offbyone
2 parents e58c832 + 92f96c1 commit 5c405ea

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.all-contributorsrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2442,6 +2442,14 @@
24422442
"contributions": [
24432443
"infra"
24442444
]
2445+
},
2446+
"login": "dieterplex",
2447+
"name": "d1t2",
2448+
"avatar_url": "https://avatars.githubusercontent.com/u/507502?v=4",
2449+
"profile": "https://github.com/dieterplex",
2450+
"contributions": [
2451+
"infra"
2452+
]
24452453
}
24462454
],
24472455
"contributorsPerLine": 8,

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ authors.
345345
<td align="center" valign="top" width="12.5%"><a href="https://github.com/jurglic"><img src="https://avatars.githubusercontent.com/u/112600?v=4?s=100" width="100px;" alt="Jurglic"/><br /><sub><b>Jurglic</b></sub></a><br /><a href="#content-jurglic" title="Content">🖋</a></td>
346346
<td align="center" valign="top" width="12.5%"><a href="https://github.com/OfirLauber"><img src="https://avatars.githubusercontent.com/u/5631030?v=4?s=100" width="100px;" alt="Ofir Lauber"/><br /><sub><b>Ofir Lauber</b></sub></a><br /><a href="#content-OfirLauber" title="Content">🖋</a></td>
347347
<td align="center" valign="top" width="12.5%"><a href="https://github.com/offbyone"><img src="https://avatars.githubusercontent.com/u/181693?v=4?s=100" width="100px;" alt="Chris Rose"/><br /><sub><b>Chris Rose</b></sub></a><br /><a href="#infra-offbyone" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
348+
<td align="center" valign="top" width="12.5%"><a href="https://github.com/dieterplex"><img src="https://avatars.githubusercontent.com/u/507502?v=4?s=100" width="100px;" alt="d1t2"/><br /><sub><b>d1t2</b></sub></a><br /><a href="#infra-dieterplex" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
348349
</tr>
349350
</tbody>
350351
</table>

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function vercomp($v1, $v2) {
5353
}
5454

5555
$rustVersion = $(rustc --version).Split(" ")[1]
56-
$minRustVersion = "1.56"
56+
$minRustVersion = "1.70"
5757
if ((vercomp $rustVersion $minRustVersion) -eq 2) {
5858
Write-Host "WARNING: Rust version is too old: $rustVersion - needs at least $minRustVersion"
5959
Write-Host "Please update Rust with 'rustup update'"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function vercomp() {
124124
}
125125

126126
RustVersion=$(rustc --version | cut -d " " -f 2)
127-
MinRustVersion=1.58
127+
MinRustVersion=1.70
128128
vercomp "$RustVersion" $MinRustVersion || ec=$?
129129
if [ ${ec:-0} -eq 2 ]
130130
then

0 commit comments

Comments
 (0)