Skip to content

Commit 7ccaf11

Browse files
committed
Merge branch '1.21.x'
2 parents 877b426 + c98ebf3 commit 7ccaf11

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/deb_amd64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
matrix:
1212
target:
1313
[
14-
"ubuntu:20.04",
15-
"ubuntu:22.04",
14+
# "ubuntu:20.04",
15+
# "ubuntu:22.04",
1616
"ubuntu:24.04",
1717
# "debian:11",
1818
"debian:12",

.github/workflows/deb_arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
matrix:
1212
target:
1313
[
14-
"arm64v8/ubuntu:20.04",
15-
"arm64v8/ubuntu:22.04",
14+
# "arm64v8/ubuntu:20.04",
15+
# "arm64v8/ubuntu:22.04",
1616
"arm64v8/ubuntu:24.04",
1717
# "arm64v8/debian:11",
1818
"arm64v8/debian:12",

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oma"
3-
version = "1.21.0-rc.1"
3+
version = "1.21.0-rc.4"
44
edition = "2024"
55
description = "User-friendly and performant package manager for APT repositories"
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)