-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare release v0.14.0 * Update did_contract git submodule
- Loading branch information
1 parent
9f4ded0
commit d28e227
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule did_contract
updated
8 files
+1 −1 | .github/workflows/cd.yml | |
+4 −0 | CHANGELOG.md | |
+3 −3 | Cargo.toml | |
+5 −3 | src/contract.rs | |
+6 −5 | src/did_uri.rs | |
+8 −8 | src/test/contract.rs | |
+3 −3 | src/test/did_uri.rs | |
+16 −16 | src/test/setup.rs |