1
0
Fork 0

Upgrade to development build of profirust

This commit is contained in:
rahix 2024-11-02 01:07:32 +01:00
parent fa2d012fd3
commit 8374ecda1f
3 changed files with 14 additions and 9 deletions

View file

@ -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"]