Skip to content

Commit e9bc9a8

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
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

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)