Skip to content

Commit abc3aae

Browse files
ci: bump MSRV to 1.56.0 (2021)
1 parent 4293dac commit abc3aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/build
55
docker:
6-
- image: rust:1.47.0
6+
- image: rust:1.56.0 # 1.56.0 = Rust 2021.
77
steps:
88
- checkout
99
- restore_cache:

0 commit comments

Comments
 (0)