Skip to content

Commit

Permalink
fix(libhelium): make minor version features depend on previous ones
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Apr 16, 2024
1 parent cd5d03c commit 60cb907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libhelium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ gtk_v4_10 = ["gtk_v4_8"]
v1_1 = ["ffi/v1_1"]
v1_2 = ["v1_1", "ffi/v1_2"]
v1_3 = ["v1_2", "ffi/v1_3"]
v1_4 = ["v1_2", "ffi/v1_4"]
v1_5 = ["v1_2", "ffi/v1_5"]
v1_6 = ["v1_2", "ffi/v1_6"]
v1_4 = ["v1_3", "ffi/v1_4"]
v1_5 = ["v1_4", "ffi/v1_5"]
v1_6 = ["v1_5", "ffi/v1_6"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 60cb907

Please sign in to comment.