Skip to content

Commit

Permalink
Fix dprint issue and add license header (#1477)
Browse files Browse the repository at this point in the history
* fix dprint issue and add missing license header

* add missing license header
  • Loading branch information
wulfraem authored Dec 4, 2024
1 parent 467e4d5 commit d32cdbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion identity_iota_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ iota-crypto = { version = "0.23", optional = true }
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v0.7.3-rc", optional = true }
itertools = { version = "0.13.0", optional = true }
move-core-types = { git = "https://github.com/iotaledger/iota.git", package = "move-core-types", tag = "v0.7.3-rc", optional = true }
phf = { version = "0.11.2", features = ["macros"] }
rand = { version = "0.8.5", optional = true }
secret-storage = { git = "https://github.com/iotaledger/secret-storage.git", tag = "v0.1.0", optional = true }
serde-aux = { version = "4.5.0", optional = true }
shared-crypto = { git = "https://github.com/iotaledger/iota.git", package = "shared-crypto", tag = "v0.7.3-rc", optional = true }
tokio = { version = "1.29.0", default-features = false, optional = true, features = ["macros", "sync", "rt", "process"] }
phf = { version = "0.11.2", features = ["macros"] }

[dev-dependencies]
iota-crypto = { version = "0.23", default-features = false, features = ["bip39", "bip39-en"] }
Expand Down
3 changes: 3 additions & 0 deletions identity_iota_core/src/rebased/iota/well_known_networks.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2020-2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

use iota_sdk::types::base_types::ObjectID;
use phf::phf_map;
use phf::Map;
Expand Down

0 comments on commit d32cdbc

Please sign in to comment.