Skip to content

Commit 1cd8301

Browse files
committed
Allow to use which 1.0.
It builds fine, and works around backtrace not building in aarch64. rust-lang/backtrace-rs#160
1 parent f4f47d5 commit 1cd8301

File tree

3 files changed

+35
-23
lines changed

3 files changed

+35
-23
lines changed

CHANGELOG.md

+20-8
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,26 @@
99
- [Removed](#removed)
1010
- [Fixed](#fixed)
1111
- [Security](#security)
12+
- [0.47.3](#0473)
13+
- [Changed](#changed-1)
1214
- [0.47.2](#0472)
1315
- [Fixed](#fixed-1)
1416
- [0.47.1](#0471)
15-
- [Changed](#changed-1)
17+
- [Changed](#changed-2)
1618
- [Fixed](#fixed-2)
1719
- [0.47.0](#0470)
18-
- [Changed](#changed-2)
20+
- [Changed](#changed-3)
1921
- [Fixed](#fixed-3)
2022
- [0.33.1 .. 0.46.0](#0331--0460)
2123
- [Added](#added-1)
2224
- [Removed](#removed-1)
23-
- [Changed](#changed-3)
25+
- [Changed](#changed-4)
2426
- [Fixed](#fixed-4)
2527
- [0.33.1](#0331)
2628
- [Fixed](#fixed-5)
2729
- [0.33.0](#0330)
2830
- [Added](#added-2)
29-
- [Changed](#changed-4)
31+
- [Changed](#changed-5)
3032
- [Deprecated](#deprecated-1)
3133
- [Removed](#removed-2)
3234
- [Fixed](#fixed-6)
@@ -37,22 +39,22 @@
3739
- [Fixed](#fixed-8)
3840
- [0.32.0](#0320)
3941
- [Added](#added-3)
40-
- [Changed](#changed-5)
42+
- [Changed](#changed-6)
4143
- [Fixed](#fixed-9)
4244
- [0.31.0](#0310)
4345
- [Added](#added-4)
44-
- [Changed](#changed-6)
46+
- [Changed](#changed-7)
4547
- [Deprecated](#deprecated-2)
4648
- [Removed](#removed-3)
4749
- [Fixed](#fixed-10)
4850
- [0.30.0](#0300)
4951
- [Added](#added-5)
50-
- [Changed](#changed-7)
52+
- [Changed](#changed-8)
5153
- [Deprecated](#deprecated-3)
5254
- [Fixed](#fixed-11)
5355
- [0.29.0](#0290)
5456
- [Added](#added-6)
55-
- [Changed](#changed-8)
57+
- [Changed](#changed-9)
5658
- [Fixed](#fixed-12)
5759

5860
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -89,6 +91,16 @@ Released YYYY/MM/DD
8991

9092
--------------------------------------------------------------------------------
9193

94+
# 0.47.3
95+
96+
Released 2019/02/25
97+
98+
## Changed
99+
100+
* Allowed to build with which 1.0.
101+
102+
--------------------------------------------------------------------------------
103+
92104
# 0.47.2
93105

94106
Released 2019/02/22

Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/rust-lang/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
1616
homepage = "https://rust-lang.github.io/rust-bindgen/"
17-
version = "0.47.2"
17+
version = "0.47.3"
1818
build = "build.rs"
1919

2020
include = [
@@ -53,7 +53,7 @@ lazy_static = "1"
5353
peeking_take_while = "0.1.2"
5454
quote = { version = "0.6", default-features = false }
5555
regex = "1.0"
56-
which = "2.0"
56+
which = ">=1.0, <3.0"
5757
hashbrown = "0.1"
5858
# New validation in 0.3.6 breaks bindgen-integration:
5959
# https://github.com/alexcrichton/proc-macro2/commit/489c642.

0 commit comments

Comments
 (0)