Skip to content

Commit

Permalink
chore: release v0.3.1 and v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 5, 2024
1 parent e3d329b commit f3a41b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apfloat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit f3a41b5

Please sign in to comment.