Upgrade to development build of profirust
This commit is contained in:
parent
fa2d012fd3
commit
8374ecda1f
3 changed files with 14 additions and 9 deletions
|
|
@ -7,4 +7,10 @@ edition = "2021"
|
|||
env_logger = "0.11.3"
|
||||
log = "0.4.21"
|
||||
process-image = "0.2.0"
|
||||
profirust = { version = "0.2.0", default-features = false, features = ["phy-linux", "std"] }
|
||||
|
||||
[dependencies.profirust]
|
||||
# version = 0.2.0
|
||||
git = "https://github.com/rahix/profirust.git"
|
||||
rev = "6274541806f2b5fb8cfdffb641ca8fa452806c81"
|
||||
default-features = false
|
||||
features = ["phy-linux", "std"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue