Skip to content

Commit 9cb91fb

Browse files
actions-userMaidSafe-QA
authored andcommitted
chore(release): 5.1.3
1 parent 49574bc commit 9cb91fb

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [5.1.3](https://github.com/maidsafe/blsttc/compare/v5.1.2...v5.1.3) (2022-03-22)
6+
57
### [5.1.2](https://github.com/maidsafe/blsttc/compare/v5.1.1...v5.1.2) (2022-03-21)
68

79
### [5.1.1](https://github.com/maidsafe/blsttc/compare/v5.1.0...v5.1.1) (2022-03-18)

Cargo.toml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66
name = "blsttc"
77
readme = "README.md"
88
repository = "https://github.com/maidsafe/blsttc"
9-
version = "5.1.2"
9+
version = "5.1.3"
1010

1111
[dependencies]
1212
ff = "0.11.0"
@@ -18,24 +18,25 @@ rand_chacha = "0.3.1"
1818
thiserror = "1.0.22"
1919
zeroize = "1.3.0"
2020

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

24-
[dependencies.blst]
25-
version = "0.3.7"
26-
features = [ "portable" ]
25+
[dependencies.blstrs]
26+
version = "0.4.2"
27+
features = [ "portable" ]
2728

28-
[dependencies.blstrs]
29-
version = "0.4.2"
30-
features = [ "portable" ]
29+
[dependencies.serde]
30+
version = "1.0.104"
31+
features = [ "derive" ]
3132

32-
[dependencies.serde]
33-
version = "1.0.104"
34-
features = [ "derive" ]
33+
[dependencies.tiny-keccak]
34+
version = "2.0.1"
35+
features = [ "sha3" ]
3536

36-
[dependencies.tiny-keccak]
37-
version = "2.0.1"
38-
features = [ "sha3" ]
37+
[target."cfg(target_arch = \"wasm32\")".dependencies.getrandom]
38+
version = "0.2"
39+
features = [ "js" ]
3940

4041
[dev-dependencies]
4142
bincode = "1.3.3"

0 commit comments

Comments
 (0)