Skip to content

Commit 82462a3

Browse files
noxemilio
authored andcommitted
Bump cexpr to 0.6
1 parent b71e73b commit 82462a3

File tree

5 files changed

+17
-46
lines changed

5 files changed

+17
-46
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.44.0
45+
toolchain: 1.46.0
4646
override: true
4747

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

5151
quickchecking:
5252
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144

145145
## Changed
146146

147+
* cexpr and nom have been updated, new msrv is 1.46 (#2107).
148+
147149
## Deprecated
148150

149151
## Removed

Cargo.lock

Lines changed: 11 additions & 42 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 & 1 deletion
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.5"
50+
cexpr = "0.6"
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"] }

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.44**.
42+
The minimum supported Rust version is **1.46**.
4343

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

0 commit comments

Comments
 (0)