Skip to content

Commit

Permalink
Merge #88
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: Wim Looman <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2020
2 parents bb4c920 + 9961258 commit f61b878
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = ["algorithms", "data-structures", "science", "no-std"]
license = "MIT OR Apache-2.0"
name = "num-rational"
repository = "https://github.com/rust-num/num-rational"
version = "0.3.1"
version = "0.3.2"
readme = "README.md"
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
edition = "2018"
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release 0.3.2 (2020-11-06)

- [Fix always rebuilding with --remap-path-prefix][88]

**Contributors**: @Nemo157

[88]: https://github.com/rust-num/num-rational/pull/88

# Release 0.3.1 (2020-10-29)

- [Handle to_f64() with raw division by zero][83].
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ fn main() {
println!("cargo:rustc-cfg=has_int_exp_fmt");
}

autocfg::rerun_path(file!());
autocfg::rerun_path("build.rs");
}

0 comments on commit f61b878

Please sign in to comment.