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 6bfc39f commit 7394535Copy full SHA for 7394535
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- name: Build artifacts
18
- run: cargo build --workspace --all-features --verbose
+ run: cargo build --release --workspace --all-features --verbose
19
- name: Upload build artifacts
20
uses: skx/github-action-publish-binaries@master
21
env:
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "memflow-qemu-procfs"
3
-version = "0.1.4"
+version = "0.1.5"
4
authors = ["ko1N <[email protected]>", "Aurimas Blažulionis <[email protected]>"]
5
edition = "2018"
6
description = "qemu procfs connector for the memflow physical memory introspection framework"
0 commit comments