mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
Add 2021.3 feature
(We should add doing this as a SOP for ostree releases)
This commit is contained in:
parent
04a42dff1e
commit
6303229c4e
@ -91,4 +91,5 @@ v2020_4 = ["v2020_2", "ffi/v2020_4"]
|
||||
v2020_7 = ["v2020_4", "ffi/v2020_7"]
|
||||
v2020_8 = ["v2020_7", "ffi/v2020_8"]
|
||||
v2021_1 = ["v2020_8", "ffi/v2021_1"]
|
||||
v2021_2 = ["v2020_1", "ffi/v2021_2"]
|
||||
v2021_2 = ["v2021_1", "ffi/v2021_2"]
|
||||
v2021_3 = ["v2021_2", "ffi/v2021_3"]
|
||||
|
@ -55,6 +55,7 @@ v2020_7 = ["v2020_4"]
|
||||
v2020_8 = ["v2020_7"]
|
||||
v2021_1 = ["v2020_8"]
|
||||
v2021_2 = ["v2021_1"]
|
||||
v2021_3 = ["v2021_2"]
|
||||
|
||||
[lib]
|
||||
name = "ostree_sys"
|
||||
@ -196,3 +197,6 @@ version = "2021.1"
|
||||
|
||||
[package.metadata.system-deps.ostree_1.v2021_2]
|
||||
version = "2021.2"
|
||||
|
||||
[package.metadata.system-deps.ostree_1.v2021_3]
|
||||
version = "2021.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user