Skip to content

Commit

Permalink
Merge pull request MystenLabs#319 from huitseeker/chores2
Browse files Browse the repository at this point in the history
[chores] Small updates
  • Loading branch information
huitseeker authored Jan 31, 2022
2 parents 945fa41 + 35d191a commit cbeed41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ jobs:
toolchain: nightly
override: true
- uses: Swatinem/rust-cache@v1
- name: Install cargo-udeps
uses: baptiste0928/cargo-install@v1
- uses: actions-rs/[email protected]
with:
crate: cargo-udeps
version: latest
- name: run cargo-udeps
run: cargo +nightly udeps
2 changes: 1 addition & 1 deletion fastpay_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ move-package = { git = "https://github.com/diem/move", rev="62b5a5075378ae6a7102
move-vm-runtime = { git = "https://github.com/diem/move", rev="62b5a5075378ae6a7102bbfc1fb33b57ba6125d2" }


typed-store = { git = "https://github.com/MystenLabs/mysten-infra", rev = "232c44e88e69eb54fe80dab247adcd1b643aeb8c" }
typed-store = { git = "https://github.com/MystenLabs/mysten-infra", rev = "5221b8ff87e18a1bff2ffe930711685d54c04062"}

[dev-dependencies]
fdlimit = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion fastx_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_bytes = "0.11.5"
serde_with = "1.11.0"
static_assertions = "1.1.0"

typed-store = { git = "https://github.com/MystenLabs/mysten-infra", rev = "232c44e88e69eb54fe80dab247adcd1b643aeb8c" }
typed-store = { git = "https://github.com/MystenLabs/mysten-infra", rev ="5221b8ff87e18a1bff2ffe930711685d54c04062"}

move-binary-format = { git = "https://github.com/diem/move", rev="62b5a5075378ae6a7102bbfc1fb33b57ba6125d2" }
move-core-types = { git = "https://github.com/diem/move", rev="62b5a5075378ae6a7102bbfc1fb33b57ba6125d2", features=["address20"] }

0 comments on commit cbeed41

Please sign in to comment.