Skip to content

Commit 0671f3b

Browse files
committed
Bump MSRV to 1.47
This is the MSRV of tinyvec, so hopefully this will work for us too.
1 parent 9088cad commit 0671f3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/build
55
docker:
6-
- image: jimmycuadra/rust:1.18.0
6+
- image: rust:1.47.0
77
steps:
88
- checkout
99
- restore_cache:
@@ -14,10 +14,10 @@ jobs:
1414
paths:
1515
- ~/.cargo/registry/index
1616
- restore_cache:
17-
key: dependencies-1.18-{{ checksum "Cargo.lock" }}
17+
key: dependencies-1.47-{{ checksum "Cargo.lock" }}
1818
- run: cargo test
1919
- save_cache:
20-
key: dependencies-1.18-{{ checksum "Cargo.lock" }}
20+
key: dependencies-1.47-{{ checksum "Cargo.lock" }}
2121
paths:
2222
- target
2323
- ~/.cargo/registry/cache

0 commit comments

Comments
 (0)