We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ff53c commit 0ed7b7bCopy full SHA for 0ed7b7b
Cargo.toml
@@ -7,7 +7,7 @@ repository = "https://github.com/insight-platform/FFmpeg-Input"
7
readme = "README.md"
8
keywords = ["FFmpeg", "Video"]
9
categories = ["computer-vision"]
10
-version = "0.1.19"
+version = "0.1.20"
11
edition = "2021"
12
license="Apache-2.0"
13
rust-version = "1.62"
docker/Dockerfile.u2004
@@ -19,7 +19,7 @@ COPY --from=planner /opt/recipe.json recipe.json
19
RUN cargo chef cook --release --recipe-path recipe.json
20
COPY . .
21
22
-ENV RUSTFLAGS=" -C target-cpu=native -C opt-level=3"
+ENV RUSTFLAGS=" -C opt-level=3"
23
24
RUN maturin build --release --manylinux off --out dist
25
RUN python3 -m pip install --upgrade pip
0 commit comments