Skip to content

Commit

Permalink
Fix/remove riker from utils (#252)
Browse files Browse the repository at this point in the history
* fix: remove stronghold-utils from covector

* fix: remove remaining riker dependency

* fix: add changes doc

* fix: add stronghold-utils as package
  • Loading branch information
felsweg-iota committed Aug 27, 2021
1 parent ad57181 commit 34af579
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 64 deletions.
16 changes: 8 additions & 8 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@
"path": "./engine/runtime/",
"manager": "rust"
},
"stronghold-utils": {
"path": "./utils/",
"manager": "rust",
"dependencies": [
"stronghold-derive"
]
},
"stronghold-engine": {
"path": "./engine/",
"manager": "rust",
Expand All @@ -94,6 +87,13 @@
"stronghold-utils"
]
},
"stronghold-utils": {
"path": "./utils/",
"manager": "rust",
"dependencies": [
"stronghold-derive"
]
},
"stronghold-p2p": {
"path": "./p2p/",
"manager": "rust",
Expand All @@ -120,4 +120,4 @@
]
}
}
}
}
5 changes: 5 additions & 0 deletions .changes/utils.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"stronghold-utils": patch
---

- remove riker as dependency from utils.
2 changes: 0 additions & 2 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ homepage = "https://stronghold.docs.iota.org"
repository = "https://github.com/iotaledger/stronghold.rs"

[dependencies]
futures = "0.3"
rand = "0.8.3"
riker = "0.4"

[dependencies.stronghold-derive]
path = "../derive"
Expand Down
52 changes: 0 additions & 52 deletions utils/src/ask.rs

This file was deleted.

2 changes: 0 additions & 2 deletions utils/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2020-2021 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

mod ask;
pub mod test_utils;
pub use ask::ask;
pub use stronghold_derive::{GuardDebug, RequestPermissions};

0 comments on commit 34af579

Please sign in to comment.