Skip to content

Commit 54c76d2

Browse files
committed
fix: Bump minimum version to rust 1.46
* structopt * clang-sys
1 parent e70c076 commit 54c76d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -13,7 +13,7 @@ The repo consists of multiple crates
1313
| [**foundationdb-sys**](foundationdb-sys/README.md) | [![Crates.io](https://img.shields.io/crates/v/foundationdb-sys)](https://crates.io/crates/foundationdb-sys) [![foundationdb-sys](https://docs.rs/foundationdb-sys/badge.svg)](https://docs.rs/foundationdb-sys) | C API bindings for FoundationDB |
1414
| **foundationdb-gen** | n/a | Code generator for common options and types of FoundationDB |
1515

16-
The current version requires rustc 1.40+ to work (async/await feature).
16+
The current version requires rustc 1.46+ to work.
1717
The previous version (0.3) is still maintained and is available within the 0.3 branch.
1818

1919
You can access the `master` branch documentation [here](https://clikengo.github.io/foundationdb-rs/foundationdb/index.html).

foundationdb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)