-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish dashu-base v0.4.1, dashu-float v0.4.3
- Loading branch information
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "dashu-base" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
authors = ["Jacob Zhong <[email protected]>"] | ||
edition = "2021" | ||
description = "Common trait definitions and tools for the `dashu` libraries" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "dashu-float" | ||
version = "0.4.2" | ||
version = "0.4.3" | ||
authors = ["Jacob Zhong <[email protected]>"] | ||
edition = "2021" | ||
description = "A big float library supporting arbitrary precision, arbitrary base and arbitrary rounding mode" | ||
|
@@ -35,7 +35,7 @@ postgres-types = ["postgres-types_v02"] | |
postgres-types_v02 = ["dep:postgres-types_v02", "dep:_bytes", "std"] | ||
|
||
[dependencies] | ||
dashu-base = { version = "0.4.0", default-features = false, path = "../base" } | ||
dashu-base = { version = "0.4.1", default-features = false, path = "../base" } | ||
dashu-int = { version = "0.4.1", default-features = false, path = "../integer" } | ||
static_assertions = { version = "1.1"} | ||
|
||
|