Skip to content

Commit

Permalink
build: Import the patched btleplug
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower committed Feb 5, 2024
1 parent 85aa98e commit 7f9d900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buttplug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ serde_json = "1.0.112"
serde_repr = "0.1.18"
uuid = { version = "1.7.0", features = ["serde"] }
url = "2.5.0"
btleplug = { version = "0.11.5", optional = true }
# btleplug = { version = "0.11.5", optional = true }
# btleplug = { path = "../../btleplug", optional = true}
# btleplug = { git = 'https://github.com/deviceplug/btleplug', branch = 'master', optional = true }
btleplug = { git = 'https://github.com/blackspherefollower/btleplug', branch = 'dev', optional = true }
strum_macros = "0.25.3"
strum = "0.25.0"
once_cell = "1.19.0"
Expand Down

0 comments on commit 7f9d900

Please sign in to comment.