Skip to content

Commit

Permalink
Merge #127
Browse files Browse the repository at this point in the history
127: Release 0.2.5 r=cuviper a=cuviper



Co-authored-by: Josh Stone <cuviper@gmail.com>
  • Loading branch information
bors[bot] and cuviper authored Jan 10, 2020
2 parents 973337b + eda3244 commit 46ce3b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ]
license = "MIT/Apache-2.0"
name = "num-bigint"
repository = "https://github.com/rust-num/num-bigint"
version = "0.2.4"
version = "0.2.5"
readme = "README.md"
build = "build.rs"

Expand All @@ -34,11 +34,11 @@ name = "shootout-pidigits"
[dependencies]

[dependencies.num-integer]
version = "0.1.39"
version = "0.1.42"
default-features = false

[dependencies.num-traits]
version = "0.2.7"
version = "0.2.11"
default-features = false

[dependencies.rand]
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.2.5 (2020-01-09)

- [Updated the `autocfg` build dependency to 1.0][126].

**Contributors**: @cuviper, @tspiteri

[126]: https://github.com/rust-num/num-bigint/pull/126

# Release 0.2.4 (2020-01-01)

- [The new `BigUint::to_u32_digits` method][104] returns the number as a
Expand Down

0 comments on commit 46ce3b4

Please sign in to comment.