Skip to content

Commit bc7d080

Browse files
committed
update MSRV to 1.39.0 to allow doctest .await
1 parent 397560d commit bc7d080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ delete_merged_branches = true
33
required_approvals = 1
44
status = [
55
"ci-linux (stable, x86_64-unknown-linux-gnu)",
6-
"ci-linux (1.36.0, x86_64-unknown-linux-gnu)",
6+
"ci-linux (1.39.0, x86_64-unknown-linux-gnu)",
77
]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
include:
2323
# Test MSRV
24-
- rust: 1.36.0
24+
- rust: 1.39.0
2525
TARGET: x86_64-unknown-linux-gnu
2626

2727
# Test nightly but don't fail

0 commit comments

Comments
 (0)