Skip to content

Commit

Permalink
Miscellaneous fixes (#4596)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtian committed Sep 13, 2022
1 parent 20b368f commit 66113ea
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 12 deletions.
5 changes: 3 additions & 2 deletions .config/hakari.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ resolver = "2"
# Add triples corresponding to platforms commonly used by developers here.
# https://doc.rust-lang.org/rustc/platform-support.html
platforms = [
# "x86_64-unknown-linux-gnu",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
# "x86_64-apple-darwin",
# "x86_64-pc-windows-msvc",
]

# Write out exact versions rather than a semver range. (Defaults to false.)
Expand Down
51 changes: 49 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/sui-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ sha3 = "0.10.4"
digest = "0.10.3"

[dev-dependencies]
insta = { version = "1.17.1", features = ["redactions", "yaml"] }
insta = { version = "1.19.1", features = ["redactions", "yaml"] }
tempfile = "3.3.0"
2 changes: 1 addition & 1 deletion crates/sui-cost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bcs = "0.1.3"
serde_json = "1.0.83"

[dev-dependencies]
insta = { version = "1.17.1", features = ["redactions", "json"] }
insta = { version = "1.19.1", features = ["redactions", "json"] }
test-utils = { path = "../test-utils" }
sui-config = {path = "../sui-config"}
move-cli = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e" }
Expand Down
Loading

0 comments on commit 66113ea

Please sign in to comment.