File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 os : [ubuntu-latest, macos-latest]
12- toolchain : ["1.40 .0", "stable"]
12+ toolchain : ["1.46 .0", "stable"]
1313
1414 runs-on : ${{ matrix.os }}
1515
Original file line number Diff line number Diff line change 11[ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/Clikengo/foundationdb-rs/CI )] ( https://github.com/Clikengo/foundationdb-rs/actions )
22[ ![ 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 )
44[ ![ Dependabot Status] ( https://api.dependabot.com/badges/status?host=github&repo=Clikengo/foundationdb-rs )] ( https://dependabot.com )
55
66# 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
44
55## Prerequisites
66
7- Rust 1.40 +
7+ Rust 1.46 +
88
99### Install FoundationDB
1010
You can’t perform that action at this time.
0 commit comments