Skip to content

Commit f61b878

Browse files
bors[bot]Nemo157
andauthored
Merge #88
88: Fix always rebuilding with --remap-path-prefix r=cuviper a=Nemo157 Reapply #60 since that appears to have been reverted. Co-authored-by: Nemo157 <github@nemo157.com> Co-authored-by: Wim Looman <git@nemo157.com>
2 parents bb4c920 + 9961258 commit f61b878

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["algorithms", "data-structures", "science", "no-std"]
88
license = "MIT OR Apache-2.0"
99
name = "num-rational"
1010
repository = "https://github.com/rust-num/num-rational"
11-
version = "0.3.1"
11+
version = "0.3.2"
1212
readme = "README.md"
1313
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
1414
edition = "2018"

RELEASES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.3.2 (2020-11-06)
2+
3+
- [Fix always rebuilding with --remap-path-prefix][88]
4+
5+
**Contributors**: @Nemo157
6+
7+
[88]: https://github.com/rust-num/num-rational/pull/88
8+
19
# Release 0.3.1 (2020-10-29)
210

311
- [Handle to_f64() with raw division by zero][83].

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ fn main() {
44
println!("cargo:rustc-cfg=has_int_exp_fmt");
55
}
66

7-
autocfg::rerun_path(file!());
7+
autocfg::rerun_path("build.rs");
88
}

0 commit comments

Comments
 (0)