Skip to content

Commit 31af64e

Browse files
committed
Bump version to 0.6.2
* Impl. LowerHex, UpperHex, Octal, Binary formatting (#70) * Optimize AND, IOR, XOR and support bitops with primitives (#74) * Optimize to_string() for power of two bases (#75)
1 parent 5e96c4e commit 31af64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arbi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "Apache-2.0 OR MIT"
1818
name = "arbi"
1919
readme = "README.md"
2020
repository = "https://github.com/OTheDev/arbi"
21-
version = "0.6.1"
21+
version = "0.6.2"
2222
rust-version = "1.65"
2323

2424
[dependencies]

0 commit comments

Comments
 (0)