-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: push affinidi did resolver libs to public
- Loading branch information
Showing
46 changed files
with
11,831 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "cargo" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: on-push | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request_target: | ||
types: | ||
- opened | ||
- synchronize | ||
|
||
jobs: | ||
rust-workflow: | ||
uses: affinidi/pipeline-rust/.github/workflows/on-push.yaml@main | ||
secrets: inherit | ||
with: | ||
auditIgnore: "RUSTSEC-2022-0040,RUSTSEC-2023-0071" | ||
publish_dry_run: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/target |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Affinidi Trust Network - Affinidi Trusted Messaging | ||
|
||
## Changelog history | ||
|
||
### 9th September 2024 (release 0.1.5) | ||
|
||
* Renaming crate names | ||
* Setting publich to true for crates.io | ||
* Bumping crate versions | ||
|
||
### 5th September 2024 (release 0.1.4) | ||
|
||
* Updated crates | ||
* did-peer added missing types and support for peer implementation type 0 (supports 0 and 2). | ||
|
||
### 3rd September 2024 (release 0.1.3) | ||
|
||
* Added Debug trait to ClientConfig so we can print the config elsewhere | ||
|
||
### 2nd September 2024 (release: 0.1.2) | ||
|
||
* tokio crate updated | ||
* release version changed to 0.1.2 | ||
* benchmark example - warnings removed |
Oops, something went wrong.