We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af7e0c commit 0a3f1a8Copy full SHA for 0a3f1a8
.github/workflows/packaging.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
package:
14
- uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
+ uses: davidv1992/ploutos/.github/workflows/pkg-rust.yml@main
15
with:
16
workspace_package: statime-linux
17
Cargo.toml
100644
100755
@@ -52,3 +52,6 @@ timestamped-socket = "0.1.0"
52
# our own crates used as dependencies, same version as the workspace version
53
# NOTE: keep this part at the bottom of the file, do not change this line
54
statime = { version = "0.1.0", path = "./statime" }
55
+
56
+[profile.release]
57
+debug = true
0 commit comments