Skip to content

Commit

Permalink
Merge pull request #1 from starcoinorg/multiaddr
Browse files Browse the repository at this point in the history
Upgrade multiaddr
  • Loading branch information
sanlee42 authored Sep 15, 2021
2 parents f31aab7 + e3d6963 commit 50cda49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schemars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ url = { version = "2.0", default-features = false, optional = true }
bytes = { version = "1.0", optional = true }
move-core-types = { git = "https://github.com/starcoinorg/diem", rev = "69ab01213a2e4128a1a8c8216bbf666c9ef90abd" }
diem-crypto = { package="diem-crypto", git = "https://github.com/starcoinorg/diem", rev="69ab01213a2e4128a1a8c8216bbf666c9ef90abd", features = ["fuzzing"] }
parity-multiaddr = "0.11.2"
multiaddr = { version = "0.13.0" }
[dev-dependencies]
pretty_assertions = "0.6.1"
trybuild = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion schemars/src/json_schema_impls/diem_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::schema::*;
use crate::JsonSchema;
use diem_crypto::HashValue;
use move_core_types::account_address::AccountAddress;
use parity_multiaddr::Multiaddr;
use multiaddr::Multiaddr;
impl JsonSchema for AccountAddress {
no_ref_schema!();

Expand Down

0 comments on commit 50cda49

Please sign in to comment.