We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0808b98 commit b50567fCopy full SHA for b50567f
1 file changed
Cargo.toml
@@ -1,15 +1,14 @@
1
[package]
2
name = "libmonero"
3
description = "Batteries-included Monero Library"
4
-version = "0.1.7"
+version = "0.1.8"
5
edition = "2021"
6
license = "MIT"
7
homepage = "https://github.com/monumexyz/libmonero"
8
documentation = "https://github.com/monumexyz/libmonero/blob/main/docs/start.md"
9
repository = "https://github.com/monumexyz/libmonero"
10
readme = "README.md"
11
keywords = ["monero", "monero-library"]
12
-categories = ["monero", "monero-library"]
13
exclude = ["main.rs"]
14
15
[dependencies]
@@ -35,6 +34,5 @@ keccak = "0.1.4"
35
34
# Hashes needed for implementing the final step
36
groestl = "0.10.1"
37
skein = "0.1.0"
38
-blake2 = "0.10.6"
39
jh = "0.1.0"
40
blake-hash = "0.4.1"
0 commit comments