File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
os : [ubuntu-latest, macos-latest]
12
- toolchain : ["1.40 .0", "stable"]
12
+ toolchain : ["1.46 .0", "stable"]
13
13
14
14
runs-on : ${{ matrix.os }}
15
15
Original file line number Diff line number Diff line change 1
1
[ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/Clikengo/foundationdb-rs/CI )] ( https://github.com/Clikengo/foundationdb-rs/actions )
2
2
[ ![ Codecov] ( https://img.shields.io/codecov/c/github/Clikengo/foundationdb-rs )] ( https://codecov.io/gh/Clikengo/foundationdb-rs )
3
- ![ Rustc 1.40 +] ( https://img.shields.io/badge/rustc-1.40 +-lightgrey )
3
+ ![ Rustc 1.46 +] ( https://img.shields.io/badge/rustc-1.46 +-lightgrey )
4
4
[ ![ Dependabot Status] ( https://api.dependabot.com/badges/status?host=github&repo=Clikengo/foundationdb-rs )] ( https://dependabot.com )
5
5
6
6
# FoundationDB Rust Client
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a wrapper library around the FoundationDB (Fdb) C API. It implements fut
4
4
5
5
## Prerequisites
6
6
7
- Rust 1.40 +
7
+ Rust 1.46 +
8
8
9
9
### Install FoundationDB
10
10
You can’t perform that action at this time.
0 commit comments