Skip to content

Commit

Permalink
Update commit of IC dependencies (#766)
Browse files Browse the repository at this point in the history
Co-authored-by: gix-bot <[email protected]>
  • Loading branch information
gix-bot and gix-bot authored Jul 25, 2022
1 parent dfcfb7f commit 63553cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/canister_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ internet_identity_interface = { path = "../internet_identity_interface" }
# All IC deps
candid = "0.7"
ic-cdk = "0.5"
ic-interfaces = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" }
ic-types = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" }
ic-certified-vars = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" }
ic-crypto-internal-basic-sig-iccsa = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" }
ic-error-types = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" }
ic-state-machine-tests = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" }
ic-interfaces = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" }
ic-types = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" }
ic-certified-vars = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" }
ic-crypto-internal-basic-sig-iccsa = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" }
ic-error-types = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" }
ic-state-machine-tests = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" }

0 comments on commit 63553cc

Please sign in to comment.