Skip to content

Commit

Permalink
Bump SignInWithEmail canister to v0.11.0 (#5981)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Jul 3, 2024
1 parent 4435db1 commit 72ef3dc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ serde_repr = "0.1.19"
serde_tokenstream = "0.2.0"
sha2 = "0.10.8"
sha3 = "0.10.8"
sign_in_with_email_canister = { git = "https://github.com/open-chat-labs/ic-sign-in-with-email", rev = "v0.10.0" }
sign_in_with_email_canister_test_utils = { package = "test_utils", git = "https://github.com/open-chat-labs/ic-sign-in-with-email", rev = "v0.10.0" }
sign_in_with_email_canister = { git = "https://github.com/open-chat-labs/ic-sign-in-with-email", rev = "v0.11.0" }
sign_in_with_email_canister_test_utils = { package = "test_utils", git = "https://github.com/open-chat-labs/ic-sign-in-with-email", rev = "v0.11.0" }
syn = "2.0.65"
test-case = "3.3.1"
time = "0.3.36"
Expand Down
4 changes: 2 additions & 2 deletions dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
},
"sign_in_with_email": {
"type": "custom",
"candid": "https://github.com/open-chat-labs/ic-sign-in-with-email/releases/download/v0.10.0/can.did",
"wasm": "https://github.com/open-chat-labs/ic-sign-in-with-email/releases/download/v0.10.0/sign_in_with_email.wasm.gz"
"candid": "https://github.com/open-chat-labs/ic-sign-in-with-email/releases/download/v0.11.0/can.did",
"wasm": "https://github.com/open-chat-labs/ic-sign-in-with-email/releases/download/v0.11.0/sign_in_with_email.wasm.gz"
},
"sign_in_with_ethereum": {
"type": "custom",
Expand Down

0 comments on commit 72ef3dc

Please sign in to comment.