Skip to content

Commit

Permalink
Prepare 0.2.3 (#92)
Browse files Browse the repository at this point in the history
* Prepare release

* Update README.md
  • Loading branch information
kigawas authored Sep 24, 2022
1 parent 6fe2c39 commit f3cfc0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repository = "https://github.com/ecies/rs"

[dependencies]
hkdf = "0.12.3"
libsecp256k1 = "0.7.0"
libsecp256k1 = "0.7.1"
sha2 = "0.10.2"

# openssl aes
Expand All @@ -43,11 +43,11 @@ default = ["openssl"]
pure = ["aes-gcm", "typenum"]

[dev-dependencies]
criterion = "0.3.6"
criterion = {version = "0.4.0", default-features = false}
hex = "0.4.3"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3.30"
wasm-bindgen-test = "0.3.32"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
futures-util = "0.3.21"
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,11 @@ Found 1 outliers among 10 measurements (10.00%)

## Release Notes

### 0.2.2

- Bump dependencies
- Migrate to edition 2021

### 0.2.1
### 0.2.1 ~ 0.2.3

- Revamp error handling
- Migrate to edition 2021
- Bump dependencies

### 0.2.0

Expand Down

0 comments on commit f3cfc0c

Please sign in to comment.