diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 000000000..d7945d088 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.'cfg(target_arch="aarch64")'] +rustflags = ["--cfg", "aes_armv8"] diff --git a/.github/workflows/publish-dotnet.yml b/.github/workflows/publish-dotnet.yml index 7f438b24c..7c819986e 100644 --- a/.github/workflows/publish-dotnet.yml +++ b/.github/workflows/publish-dotnet.yml @@ -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: