version num

This commit is contained in:
Aravinth Manivannan 2021-03-06 10:06:29 +05:30
parent 0a6f79dc85
commit 01755af3d4
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pow_sha256" name = "pow_sha256"
version = "0.2.1" version = "0.1.0"
authors = ["Robert Kornacki <robk@syre.io>"] authors = ["Robert Kornacki <robk@syre.io>, Aravinth Manivannan <realaravinth@bastsense.net>"]
description = """ description = """
SHA256 PoW on any serializable datatype. SHA256 PoW on any serializable datatype.
""" """
@ -9,7 +9,7 @@ edition = "2018"
keywords = ["PoW", "sha256", "proof-of-work"] keywords = ["PoW", "sha256", "proof-of-work"]
readme = "readme.md" readme = "readme.md"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/robkorn/pow" repository = "https://github.com/mcaptcha/pow_sha256"
categories = ["algorithms", "cryptography::cryptocurrencies"] categories = ["algorithms", "cryptography::cryptocurrencies"]