tirbofish/dropbear · diff
Merge branch 'main' of github.com:4tkbytes/dropbear
Signature present but could not be verified.
Unverified
@@ -76,8 +76,6 @@ jobs: Write-Host "System NASM not found (this is okay if aws-lc-rs will use prebuilt NASM)." } exit 0 - - - name: Install libudev-dev (Linux) if: matrix.os == 'ubuntu-latest' run: sudo apt-get update && sudo apt-get install -y libudev-dev @@ -120,4 +118,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: executables-${{ matrix.os_name }} - path: dist/ + path: dist/ @@ -2,7 +2,7 @@ name = "redback-runtime" version.workspace = true edition.workspace = true -license-file.workspace = true +license.workspace = true repository.workspace = true readme = "README.md" @@ -13,4 +13,4 @@ eucalyptus-core = { path = "../eucalyptus-core" } anyhow.workspace = true log = "0.4.27" app_dirs2.workspace = true -tokio.workspace = true +tokio.workspace = true