Skip to content

Commit 0e1a013

Browse files
djcg2p
authored andcommitted
Bump MSRV to 1.50.0
rustls uses bool::then, for example, stabilized in 1.50: rust-lang/rust#79299 Note that their real MSRV is 1.52.1 so this may need to be bumped further.
1 parent 4f26b42 commit 0e1a013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- stable
1818
- beta
1919
- nightly
20-
- 1.39.0
20+
- 1.50.0
2121
os: [ubuntu-18.04]
2222
# but only stable on macos/windows (slower platforms)
2323
include:

0 commit comments

Comments
 (0)