-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1000 from oasisprotocol/dependabot/submodules/ext…
…ernal/oasis-sdk-c274d21 submodules: bump external/oasis-sdk from `aa03472` to `c274d21`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule oasis-sdk
updated
13 files
+11 −1 | .github/actions/lint-rust/action.yml | |
+6 −2 | .github/workflows/ci-docs.yaml | |
+7 −0 | .github/workflows/ci-lint.yml | |
+81 −49 | Cargo.lock | |
+45 −45 | contract-sdk/specs/access/oas173/Cargo.lock | |
+45 −45 | contract-sdk/specs/token/oas20/Cargo.lock | |
+5 −2 | docs/rofl/app.md | |
+4 −2 | docs/rofl/deployment.md | |
+81 −81 | examples/runtime-sdk/rofl-oracle/Cargo.lock | |
+4 −2 | runtime-sdk/Cargo.toml | |
+2 −2 | tests/contracts/bench/Cargo.lock | |
+45 −45 | tests/contracts/hello/Cargo.lock | |
+47 −3 | tools/orc/main.go |