Skip to content

Commit c0a74b5

Browse files
authored
Version ucsi module (#71)
Move existing UCSI code under `v1_2` and put it behind `ucsi-v1_2` feature.
1 parent 95ca690 commit c0a74b5

26 files changed

Lines changed: 663 additions & 799 deletions

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ bincode = { version = "2.0.1", default-features = false }
1212
[features]
1313
default = []
1414
defmt = ["dep:defmt"]
15+
# Enable UCSI v1.2 data structures
16+
ucsi-v1_2 = []
1517

1618
[lints.clippy]
1719
correctness = "deny"

0 commit comments

Comments
 (0)