File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
test :
5
5
docker :
6
- - image : rust:1.60
6
+ - image : rust:1.63
7
7
steps :
8
8
- checkout
9
9
- restore_cache :
31
31
- /usr/local/cargo
32
32
lint :
33
33
docker :
34
- - image : rust:1.60
34
+ - image : rust:1.63
35
35
steps :
36
36
- checkout
37
37
- restore_cache :
45
45
- /usr/local/cargo
46
46
fmt :
47
47
docker :
48
- - image : rust:1.60
48
+ - image : rust:1.63
49
49
steps :
50
50
- checkout
51
51
- restore_cache :
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Possible log types:
14
14
### Unreleased
15
15
16
16
- [ changed] Update spaceapi to 0.9. See [ spaceapi changelog] for more details.
17
+ - [ changed] Bump MSRV to 1.63
17
18
18
19
### v0.7.0 (2023-04-19)
19
20
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ include = [
22
22
" LICENSE-APACHE" ,
23
23
]
24
24
edition = " 2021"
25
- rust = " 1.60 "
25
+ rust = " 1.63 "
26
26
27
27
[dependencies ]
28
28
r2d2 = " ^0.8.7"
You can’t perform that action at this time.
0 commit comments