Skip to content

Commit

Permalink
chore(release): 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and MaidSafe-QA committed Mar 22, 2022
1 parent 49574bc commit 9cb91fb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.1.3](https://github.com/maidsafe/blsttc/compare/v5.1.2...v5.1.3) (2022-03-22)

### [5.1.2](https://github.com/maidsafe/blsttc/compare/v5.1.1...v5.1.2) (2022-03-21)

### [5.1.1](https://github.com/maidsafe/blsttc/compare/v5.1.0...v5.1.1) (2022-03-18)
Expand Down
31 changes: 16 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
name = "blsttc"
readme = "README.md"
repository = "https://github.com/maidsafe/blsttc"
version = "5.1.2"
version = "5.1.3"

[dependencies]
ff = "0.11.0"
Expand All @@ -18,24 +18,25 @@ rand_chacha = "0.3.1"
thiserror = "1.0.22"
zeroize = "1.3.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = {version = "0.2", features = ["js"]}
[dependencies.blst]
version = "0.3.7"
features = [ "portable" ]

[dependencies.blst]
version = "0.3.7"
features = [ "portable" ]
[dependencies.blstrs]
version = "0.4.2"
features = [ "portable" ]

[dependencies.blstrs]
version = "0.4.2"
features = [ "portable" ]
[dependencies.serde]
version = "1.0.104"
features = [ "derive" ]

[dependencies.serde]
version = "1.0.104"
features = [ "derive" ]
[dependencies.tiny-keccak]
version = "2.0.1"
features = [ "sha3" ]

[dependencies.tiny-keccak]
version = "2.0.1"
features = [ "sha3" ]
[target."cfg(target_arch = \"wasm32\")".dependencies.getrandom]
version = "0.2"
features = [ "js" ]

[dev-dependencies]
bincode = "1.3.3"
Expand Down

0 comments on commit 9cb91fb

Please sign in to comment.