mirror of
https://github.com/bybrooklyn/openbitdo.git
synced 2026-03-19 12:12:57 -04:00
release prep: rc.1 baseline and gating updates
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
name = "bitdo_proto"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
build = "build.rs"
|
||||
license = "BSD-3-Clause"
|
||||
|
||||
[features]
|
||||
default = ["hidapi-backend"]
|
||||
@@ -16,9 +15,6 @@ serde_json = { workspace = true }
|
||||
hex = { workspace = true }
|
||||
hidapi = { version = "2.6", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
csv = "1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = { workspace = true }
|
||||
hex = { workspace = true }
|
||||
@@ -39,10 +35,18 @@ path = "../../tests/retry_timeout.rs"
|
||||
name = "pid_matrix_coverage"
|
||||
path = "../../tests/pid_matrix_coverage.rs"
|
||||
|
||||
[[test]]
|
||||
name = "command_matrix_coverage"
|
||||
path = "../../tests/command_matrix_coverage.rs"
|
||||
|
||||
[[test]]
|
||||
name = "capability_gating"
|
||||
path = "../../tests/capability_gating.rs"
|
||||
|
||||
[[test]]
|
||||
name = "candidate_readonly_gating"
|
||||
path = "../../tests/candidate_readonly_gating.rs"
|
||||
|
||||
[[test]]
|
||||
name = "profile_serialization"
|
||||
path = "../../tests/profile_serialization.rs"
|
||||
@@ -74,3 +78,7 @@ path = "../../tests/error_codes.rs"
|
||||
[[test]]
|
||||
name = "diag_probe"
|
||||
path = "../../tests/diag_probe.rs"
|
||||
|
||||
[[test]]
|
||||
name = "runtime_policy"
|
||||
path = "../../tests/runtime_policy.rs"
|
||||
|
||||
Reference in New Issue
Block a user