Skip to content

Commit

Permalink
release v0.5.2 and v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 15, 2024
1 parent 12c1d1c commit 4f023e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion apfloat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ alloc = ["amplify_num/alloc"]
std = ["amplify_num/std"]

[dependencies]
amplify_num = { version = "0.6.0", path = "../num", default-features = false }
amplify_num = { version = "0.5.2", path = "../num", default-features = false }
bitflags = "2.4.1"

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion num/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amplify_num"
version = "0.6.0"
version = "0.5.2"
description = "Amplifying numeric types: big-sized and bit-sized integers"
authors = [
"Dr. Maxim Orlovsky <[email protected]>",
Expand Down

0 comments on commit 4f023e6

Please sign in to comment.