Skip to content

Commit 00a3265

Browse files
committed
Version 0.4.2
1 parent 6cda62e commit 00a3265

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ edition = "2018"
66
description = "Data types defined in the ParallelChain Protocol"
77
license = "Apache-2.0"
88
repository = "https://github.com/parallelchain-io/pchain-types-rust"
9+
keywords = ["blockchain", "parallelchain", "crypto", "client", "library"]
10+
categories = ["cryptography::cryptocurrencies"]
911

1012
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1113

src/blockchain.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
//! Types which appear in blocks like [transactions](Transaction) and [receipts](Receipt), and also [blocks](Block) themselves.
77
8-
use std::ops::Deref;
98
use borsh::{BorshSerialize, BorshDeserialize};
109
use crate::serialization::{Serializable, Deserializable};
1110
use crate::cryptography::{Keypair, PublicKey, PublicAddress, SignatureBytes, Signer, Verifier, Sha256Hash, BloomFilter, sha256};

0 commit comments

Comments
 (0)