Skip to content

Commit b50567f

Browse files
committed
v0.1.8
1 parent 0808b98 commit b50567f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[package]
22
name = "libmonero"
33
description = "Batteries-included Monero Library"
4-
version = "0.1.7"
4+
version = "0.1.8"
55
edition = "2021"
66
license = "MIT"
77
homepage = "https://github.com/monumexyz/libmonero"
88
documentation = "https://github.com/monumexyz/libmonero/blob/main/docs/start.md"
99
repository = "https://github.com/monumexyz/libmonero"
1010
readme = "README.md"
1111
keywords = ["monero", "monero-library"]
12-
categories = ["monero", "monero-library"]
1312
exclude = ["main.rs"]
1413

1514
[dependencies]
@@ -35,6 +34,5 @@ keccak = "0.1.4"
3534
# Hashes needed for implementing the final step
3635
groestl = "0.10.1"
3736
skein = "0.1.0"
38-
blake2 = "0.10.6"
3937
jh = "0.1.0"
4038
blake-hash = "0.4.1"

0 commit comments

Comments
 (0)