kitgit

tirbofish/dropbear · commit

1fdb98c39ac76109eae2554bbdf0fa11cda50d61

Merge branch 'main' of github.com:4tkbytes/dropbear

Unverified

tk <4tkbytes@pm.me> · 2025-11-01 03:18

view full diff

diff --git a/.github/workflows/create_executable.yaml b/.github/workflows/create_executable.yaml
index e21aa06..4ebcb46 100644
--- a/.github/workflows/create_executable.yaml
+++ b/.github/workflows/create_executable.yaml
@@ -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/
\ No newline at end of file
+          path: dist/
diff --git a/redback-runtime/Cargo.toml b/redback-runtime/Cargo.toml
index 5991898..444527e 100644
--- a/redback-runtime/Cargo.toml
+++ b/redback-runtime/Cargo.toml
@@ -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
\ No newline at end of file
+tokio.workspace = true