Skip to content

Commit

Permalink
Merge branch 'master' into ps/pm-3435-passphrase-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Oct 10, 2023
2 parents 071295a + 102c4c9 commit 3452dc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.'cfg(target_arch="aarch64")']
rustflags = ["--cfg", "aes_armv8"]
7 changes: 4 additions & 3 deletions .github/workflows/publish-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Deploy NuGet Package

on:
workflow_dispatch:
version_number:
description: "New Version"
required: true
inputs:
version_number:
description: "New Version"
required: true

jobs:
generate_schemas:
Expand Down

0 comments on commit 3452dc2

Please sign in to comment.