Skip to content

Commit

Permalink
upgrade diem dep (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanne007 authored Sep 18, 2021
1 parent e3d6963 commit df0a148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ smallvec = { version = "1.0", optional = true }
arrayvec = { version = "0.5", default-features = false, optional = true }
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"] }
multiaddr = { version = "0.13.0" }
move-core-types = { git = "https://github.com/starcoinorg/diem", rev = "347ebb76c60f360084d8b8043ca0e53d93015bc1" }
diem-crypto = { package="diem-crypto", git = "https://github.com/starcoinorg/diem", rev="347ebb76c60f360084d8b8043ca0e53d93015bc1", features = ["fuzzing"] }
[dev-dependencies]
pretty_assertions = "0.6.1"
trybuild = "1.0"
Expand Down

0 comments on commit df0a148

Please sign in to comment.