Update package version to 0.10.0

This commit is contained in:
2026-09-04 15:56:49 +03:00
parent 4329d2712f
commit f5c3905548
3 changed files with 6 additions and 20 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
prepare() {
cd "$BPM_SOURCE"
# Add enit support
patch -Np1 -i "$BPM_WORKDIR"/enit-support.patch
#patch -Np1 -i "$BPM_WORKDIR"/enit-support.patch
cargo fetch --locked --target "$(rustc --print host-tuple)"
}