Skip to content

Commit e600c52

Browse files
authored
Make 1.50.0 the MSRV (#9)
1 parent 0568d60 commit e600c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [windows-latest, macos-latest, ubuntu-latest]
10-
rust: [1.36.0, stable, beta, nightly]
10+
rust: [1.50.0, stable, beta, nightly]
1111
fail-fast: false
1212

1313
steps:

0 commit comments

Comments
 (0)