Skip to content

Commit

Permalink
Merge pull request #202 from iotaledger/tensor-programming-patch-1
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
tensor-programming authored Apr 21, 2021
2 parents 45af56d + 53802ad commit a734e2c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "iota-stronghold"
name = "iota_stronghold"
version = "0.4.1"
authors = [
"IOTA Stiftung",
Expand All @@ -24,7 +24,7 @@ thiserror = "1.0"
futures = "0.3"
riker = "0.4"

[dependencies.stronghold-engine]
[dependencies.stronghold_engine]
path = "../engine"
version = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "stronghold-engine"
name = "stronghold_engine"
version = "0.4.0"
authors = [
"IOTA Stiftung",
Expand Down
2 changes: 1 addition & 1 deletion engine/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cargo-fuzz = true
libfuzzer-sys = "0.3"
rand = "0.8.3"

[dependencies.stronghold-engine]
[dependencies.stronghold_engine]
path = "../"
version = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion engine/fuzz/src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crypto::{ciphers::chacha::xchacha20poly1305, rand::fill};

use std::convert::TryInto;

use vault::{BoxProvider, Key};
use engine::vault::{BoxProvider, Key};
#[derive(Ord, PartialEq, Eq, PartialOrd)]
pub struct Provider;
impl Provider {
Expand Down
2 changes: 1 addition & 1 deletion products/commandline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ riker = "0.4"
bincode = "1.3.1"
serde = { version = "1.0.114", features = [ "derive" ] }

[dependencies.iota-stronghold]
[dependencies.iota_stronghold]
path = "../../client/"
version = "0.4"

Expand Down

0 comments on commit a734e2c

Please sign in to comment.