Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
detherminal committed Jan 30, 2024
1 parent 0808b98 commit b50567f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[package]
name = "libmonero"
description = "Batteries-included Monero Library"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
license = "MIT"
homepage = "https://github.com/monumexyz/libmonero"
documentation = "https://github.com/monumexyz/libmonero/blob/main/docs/start.md"
repository = "https://github.com/monumexyz/libmonero"
readme = "README.md"
keywords = ["monero", "monero-library"]
categories = ["monero", "monero-library"]
exclude = ["main.rs"]

[dependencies]
Expand All @@ -35,6 +34,5 @@ keccak = "0.1.4"
# Hashes needed for implementing the final step
groestl = "0.10.1"
skein = "0.1.0"
blake2 = "0.10.6"
jh = "0.1.0"
blake-hash = "0.4.1"

0 comments on commit b50567f

Please sign in to comment.