Skip to content

Commit

Permalink
bump to stable ink v5.0.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist authored Mar 22, 2024
1 parent 54e2c32 commit bcba5bc
Show file tree
Hide file tree
Showing 12 changed files with 531 additions and 361 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Install cargo-contract
run: cargo install cargo-contract --version 4.0.0-rc.2
run: cargo install cargo-contract

- name: Run checks for `shielder/contract`
run: cd shielder/ && make check
Expand Down
2 changes: 1 addition & 1 deletion shielder/PSP22
Submodule PSP22 updated 7 files
+1 −0 .github/workflows/unit_tests.yml
+10 −3 Cargo.toml
+58 −35 data.rs
+2 −2 errors.rs
+0 −27 events.rs
+48 −16 lib.rs
+91 −56 testing.rs
134 changes: 89 additions & 45 deletions shielder/contract/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 shielder/contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/Cardinal-Cryptography/zk-apps"
edition = "2021"

[dependencies]
ink = { version = "5.0.0-rc", default-features = false }
ink = { version = "5.0.0", default-features = false }
mocked_zk = { path = "../mocked_zk", default-features = false }

[lib]
Expand Down
Loading

0 comments on commit bcba5bc

Please sign in to comment.