Skip to content

Commit

Permalink
Simplify StrongholdAdapterBuilder (#940)
Browse files Browse the repository at this point in the history
* Fix StrongholdAdapterBuilder

* changelog

* Enable CI workflows (#941)

* tweaks and fix test

---------

Co-authored-by: Thibault Martinez <[email protected]>
  • Loading branch information
Alexandcoats and thibault-martinez authored Jul 27, 2023
1 parent 6617d81 commit bbc8341
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 142 deletions.
73 changes: 0 additions & 73 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.1.0 - 2023-MM-DD

### Changed

- `StrongholdAdapterBuilder` updated to be slightly more ergonomic;

## 1.0.1 - 2023-07-25

### Fixed
Expand Down
3 changes: 0 additions & 3 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ serde_json = { version = "1.0.103", default-features = false, features = [
# Optional dependencies
anymap = { version = "0.12.1", default-features = false, optional = true }
async-trait = { version = "0.1.72", default-features = false, optional = true }
derive_builder = { version = "0.12.0", default-features = false, optional = true }
fern-logger = { version = "0.5.0", default-features = false, optional = true }
futures = { version = "0.3.28", default-features = false, features = [
"thread-pool",
Expand Down Expand Up @@ -162,7 +161,6 @@ std = [
"bitflags/std",
"rand?/std_rng",
"regex?/std",
"derive_builder?/std",
"iota_stronghold?/std",
"iota-crypto/std",
"once_cell?/std",
Expand All @@ -177,7 +175,6 @@ storage = [
]
stronghold = [
"iota_stronghold",
"derive_builder",
"iota-crypto/chacha",
"dep:time",
"dep:anymap",
Expand Down
Loading

0 comments on commit bbc8341

Please sign in to comment.