Skip to content

Commit ecd7adf

Browse files
authored
Bump MSRV to 1.63 (#119)
The dependency rustix requires it.
1 parent 4fa4e5f commit ecd7adf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33

44
test:
55
docker:
6-
- image: rust:1.60
6+
- image: rust:1.63
77
steps:
88
- checkout
99
- restore_cache:
@@ -31,7 +31,7 @@ jobs:
3131
- /usr/local/cargo
3232
lint:
3333
docker:
34-
- image: rust:1.60
34+
- image: rust:1.63
3535
steps:
3636
- checkout
3737
- restore_cache:
@@ -45,7 +45,7 @@ jobs:
4545
- /usr/local/cargo
4646
fmt:
4747
docker:
48-
- image: rust:1.60
48+
- image: rust:1.63
4949
steps:
5050
- checkout
5151
- restore_cache:

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Possible log types:
1414
### Unreleased
1515

1616
- [changed] Update spaceapi to 0.9. See [spaceapi changelog] for more details.
17+
- [changed] Bump MSRV to 1.63
1718

1819
### v0.7.0 (2023-04-19)
1920

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include = [
2222
"LICENSE-APACHE",
2323
]
2424
edition = "2021"
25-
rust = "1.60"
25+
rust = "1.63"
2626

2727
[dependencies]
2828
r2d2 = "^0.8.7"

0 commit comments

Comments
 (0)