Skip to content

Commit

Permalink
Merge pull request #134 from 0xcregis/133-build-update-crates-version
Browse files Browse the repository at this point in the history
build: upgrade crates version
  • Loading branch information
shuimuliang authored Oct 9, 2023
2 parents 4139c83 + c197927 commit 5a5c9c6
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion anychain-bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anychain-bitcoin"
description = "A Rust library for Bitcoin-focused cryptocurrency wallets, enabling seamless transactions on the Bitcoin blockchain"
version = "0.1.2"
version = "0.1.3"
keywords = ["bitcoin", "blockchain", "cryptocurrency", "wallet", "transactions"]

# Workspace inherited keys
Expand Down
2 changes: 1 addition & 1 deletion anychain-bitcoin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anychain-bitcoin is a Rust crate that provides a simple and efficient way to int
To use anychain-bitcoin in your Rust project, add the following to your Cargo.toml file:
```toml
[dependencies]
anychain-bitcoin = "0.1.1"
anychain-bitcoin = "0.1.3"
```

Then, import the crate in your code:
Expand Down
2 changes: 1 addition & 1 deletion anychain-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anychain-core"
version = "0.1.2"
version = "0.1.3"
description = "A core support for cryptocurrency wallets"
categories = ["command-line-utilities", "cryptocurrency"]
keywords = ["bitcoin", "blockchain", "ethereum", "no_std"]
Expand Down
2 changes: 1 addition & 1 deletion anychain-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anychain-core is a Rust crate that provides core functionality for working with
To start using anychain-core, add it as a dependency in your Cargo.toml file:
```toml
[dependencies]
anychain-core = "0.1.1"
anychain-core = "0.1.3"
```

Then, import the crate in your Rust code:
Expand Down
2 changes: 1 addition & 1 deletion anychain-ethereum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anychain-ethereum"
description = "A Rust library for Ethereum-focused cryptocurrency wallets, enabling seamless transactions on the Ethereum blockchain"
version = "0.1.1"
version = "0.1.2"
keywords = ["blockchain", "crypto", "cryptocurrency", "ethereum", "wallet"]

# Workspace inherited keys
Expand Down
2 changes: 1 addition & 1 deletion anychain-ethereum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is the README for the anychain-ethereum crate, a Rust library that provides
To use the anychain-ethereum crate in your Rust project, add the following to your Cargo.toml file:
```toml
[dependencies]
anychain-ethereum = "0.1.1"
anychain-ethereum = "0.1.2"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion anychain-filecoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anychain-filecoin"
description = "A Rust library for Filecoin-focused cryptocurrency wallets, enabling seamless transactions on the Filecoin blockchain"
version = "0.1.1"
version = "0.1.2"
keywords = ["filecoin", "blockchain", "cryptocurrency", "wallet", "transactions"]

# Workspace inherited keys
Expand Down
2 changes: 1 addition & 1 deletion anychain-filecoin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anychain-filecoin is a Rust library that provides a simple and unified interface
Add the following to your Cargo.toml file:
```toml
[dependencies]
anychain-filecoin = "0.1.1"
anychain-filecoin = "0.1.2"
```

Then run cargo build to download and compile the library.
Expand Down
2 changes: 1 addition & 1 deletion anychain-kms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anychain-kms"
description = "A Rust library providing Key Management Schema for AnyChain. Handles general security and signature algorithms."
version = "0.1.1"
version = "0.1.2"
keywords = ["cryptography", "security", "signature", "algorithm"]

# Workspace inherited keys
Expand Down
2 changes: 1 addition & 1 deletion anychain-ripple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anychain-ripple"
description = "A Rust library for interacting with the Ripple blockchain. It provides core functionalities such as transaction signing and serialization, address generation, and network communication."
version = "0.1.3"
version = "0.1.4"
keywords = ["ripple", "blockchain", "cryptocurrency", "wallet", "transactions"]

# Workspace inherited keys
Expand Down
2 changes: 1 addition & 1 deletion anychain-ripple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Features
Add the following to your Cargo.toml file:
```toml
[dependencies]
anychain-ripple = "0.1.0"
anychain-ripple = "0.1.4"
```

Then run cargo build to download and compile the anychain-ripple library.
Expand Down
2 changes: 1 addition & 1 deletion anychain-tron/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anychain-tron"
description = "A Rust library for Tron-focused cryptocurrency wallets, enabling seamless transactions on the Tron blockchain"
version = "0.2.0"
version = "0.2.1"
keywords = ["tron", "blockchain", "cryptocurrency", "wallet", "transactions"]

# Workspace inherited keys
Expand Down
2 changes: 1 addition & 1 deletion anychain-tron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anychain-tron is a Rust library that provides a simple and unified interface for
Add the following to your Cargo.toml file:
```toml
[dependencies]
anychain-tron = "0.1.1"
anychain-tron = "0.2.1"
```

Then, run cargo build to download and compile the library.
Expand Down

0 comments on commit 5a5c9c6

Please sign in to comment.