Skip to content

Commit eb619e4

Browse files
committed
release: v0.5.0 and v0.1.4
1 parent 23c6d13 commit eb619e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apfloat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
"Yudai Kiyofuji <own7000hr@gmail.com>"
55
]
66
name = "amplify_apfloat"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "rustc_apfloat with u256 backend to utilize Octuple precision floating-point format"
99
license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/rust-amplify/rust-amplify"
@@ -21,5 +21,5 @@ alloc = ["amplify_num/alloc"]
2121
std = ["amplify_num/std"]
2222

2323
[dependencies]
24-
amplify_num = { version = "0.4.0", path = "../num", default-features = false }
24+
amplify_num = { version = "0.5.0", path = "../num", default-features = false }
2525
bitflags = "1.0"

num/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "amplify_num"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = "Amplifying numeric types: big-sized and bit-sized integers"
55
authors = [
66
"Dr. Maxim Orlovsky <orlovsky@ubideco.org>",

0 commit comments

Comments
 (0)