-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3d329b
commit f3a41b5
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ authors = [ | |
"Yudai Kiyofuji <[email protected]>" | ||
] | ||
name = "amplify_apfloat" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
description = "rustc_apfloat with u256 backend to utilize Octuple precision floating-point format" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/rust-amplify/amplify-num" | ||
|
@@ -21,7 +21,7 @@ alloc = ["amplify_num/alloc"] | |
std = ["amplify_num/std"] | ||
|
||
[dependencies] | ||
amplify_num = { version = "0.5.2", path = "../num", default-features = false } | ||
amplify_num = { version = "0.5.3", path = "../num", default-features = false } | ||
bitflags = "2.4.1" | ||
|
||
[target.'cfg(target_arch = "wasm32")'.dependencies] | ||
|