Skip to content

Commit

Permalink
Fix move rev (MystenLabs#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnowacki authored Jun 14, 2022
1 parent f129667 commit d5c1dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-json-rpc-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = "1.0.80"
serde_with = { version = "1.14.0", features = ["hex"] }
colored = "2.0.0"
either = "1.6.1"
move-core-types = { git = "https://github.com/move-language/move", rev = "4e15a34ecf155b7e2d9729d3b07f83c146149f02", features = ["address20"] }
move-core-types = { git = "https://github.com/move-language/move", rev = "a86f31415b9a18867b5edaed6f915a39b8c2ef40", features = ["address20"] }
itertools = "0.10.3"

sui-types = { path = "../sui-types" }
Expand Down

0 comments on commit d5c1dfc

Please sign in to comment.