Skip to content

Commit

Permalink
Merge pull request #3124 from cgwalters/rust-features
Browse files Browse the repository at this point in the history
rust: Add missing feature versions
  • Loading branch information
ericcurtin committed Dec 20, 2023
2 parents 798893b + 8b6e96c commit 02915a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,8 @@ v2021_2 = ["v2021_1", "ffi/v2021_2"]
v2021_3 = ["v2021_2", "ffi/v2021_3"]
v2021_4 = ["v2021_3", "ffi/v2021_4"]
v2021_5 = ["v2021_4", "ffi/v2021_5"]
v2022_5 = ["v2021_5", "ffi/v2022_5"]
v2022_2 = ["v2021_5", "ffi/v2022_2"]
v2022_5 = ["v2022_2", "ffi/v2022_5"]
v2022_6 = ["v2022_5", "ffi/v2022_6"]
v2022_7 = ["v2022_6", "ffi/v2022_7"]
v2023_1 = ["v2022_7", "ffi/v2023_1"]

0 comments on commit 02915a3

Please sign in to comment.