Skip to content

Commit

Permalink
Merge branch 'main' of github.com:demergent-labs/azle into updating_cuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Dec 30, 2024
2 parents 14c6a60 + f78c9e7 commit 29fec0a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

Binary file modified canister_templates/experimental.wasm
Binary file not shown.
Binary file modified canister_templates/stable.wasm
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.95"
ic-cdk = "0.16.0"
ic-cdk-macros = "0.16.0"
ic-cdk = "0.17.1"
ic-cdk-macros = "0.17.1"
ic-cdk-timers = "0.11.0"
candid = "0.10.11"
candid_parser = "0.1.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
serde = "1.0.216"
serde_json = "1.0.134"
candid = "0.10.11"
ic-cdk = "0.16.0"
ic-cdk-macros = "0.16.0"
ic-cdk = "0.17.1"
ic-cdk-macros = "0.17.1"
ic-cdk-timers = "0.11.0"
ic-stable-structures = "0.6.7"
anyhow = "1.0.95"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ crate-type = ["cdylib"]
[dependencies]
candid = "0.10.11"
candid_parser = "0.1.2"
ic-cdk = "0.16.0"
ic-cdk-macros = "0.16.0"
ic-cdk = "0.17.1"
ic-cdk-macros = "0.17.1"
ic-cdk-timers = "0.11.0"
ic-stable-structures = "0.6.7"
ic-wasi-polyfill = "0.6.4"
Expand Down

0 comments on commit 29fec0a

Please sign in to comment.