diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index b2c02bc37..d651cab93 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -11,7 +11,7 @@ on: jobs: package: - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: davidv1992/ploutos/.github/workflows/pkg-rust.yml with: workspace_package: statime-linux diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 index d10c02446..d14ec5a0f --- a/Cargo.toml +++ b/Cargo.toml @@ -52,3 +52,6 @@ timestamped-socket = "0.1.0" # our own crates used as dependencies, same version as the workspace version # NOTE: keep this part at the bottom of the file, do not change this line statime = { version = "0.1.0", path = "./statime" } + +[profile.release] +debug = true