We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d44d77 commit 49e58f9Copy full SHA for 49e58f9
1 file changed
dist-workspace.toml
@@ -11,6 +11,8 @@ ci = "github"
11
installers = []
12
# Target platforms to build apps for (Rust target-triple syntax)
13
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
14
+# Specify feature-flags that should be passed to a Cargo package when building it
15
+features = ["xdp"]
16
# Which actions to run on pull requests
17
pr-run-mode = "plan"
18
# Whether to install an updater program
0 commit comments