Skip to content

Commit e05a451

Browse files
noxemilio
authored andcommitted
Bump cexpr to 0.5
1 parent a380678 commit e05a451

File tree

4 files changed

+46
-10
lines changed

4 files changed

+46
-10
lines changed

.github/workflows/bindgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
profile: minimal
4343
# MSRV below is documented in README.md, please update that if you
4444
# change this.
45-
toolchain: 1.40.0
45+
toolchain: 1.44.0
4646
override: true
4747

4848
- name: Build with msrv
49-
run: rm Cargo.lock && cargo +1.40.0 build --lib
49+
run: rm Cargo.lock && cargo +1.44.0 build --lib
5050

5151
quickchecking:
5252
runs-on: ubuntu-latest

Cargo.lock

Lines changed: 42 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tempfile = "3"
4747

4848
[dependencies]
4949
bitflags = "1.0.3"
50-
cexpr = "0.4"
50+
cexpr = "0.5"
5151
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
5252
clap = { version = "2", optional = true }
5353
clang-sys = { version = "1", features = ["clang_6_0"] }
@@ -59,8 +59,6 @@ regex = { version = "1.0", default-features = false , features = [ "std", "unico
5959
which = { version = "3.0", optional = true, default-features = false }
6060
shlex = "1"
6161
rustc-hash = "1.0.1"
62-
# New validation in 0.3.6 breaks bindgen-integration:
63-
# https://github.com/alexcrichton/proc-macro2/commit/489c642.
6462
proc-macro2 = { version = "1", default-features = false }
6563

6664
[dependencies.env_logger]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern "C" {
3939

4040
## MSRV
4141

42-
The minimum supported Rust version is **1.40**.
42+
The minimum supported Rust version is **1.44**.
4343

4444
No MSRV bump policy has been established yet, so MSRV may increase in any release.
4545

0 commit comments

Comments
 (0)