Skip to content

Commit

Permalink
update gpiosim dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
warthog618 committed Apr 9, 2024
1 parent 4c7702b commit 79bf8c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion embedded-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thiserror = "1.0"
anyhow = "1.0"
async-io = "2"
async-std = "1"
gpiosim = "0.3"
gpiosim = "0.4"
tokio = {version = "1", features = ["macros", "rt", "time"]}

[features]
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tokio-stream = {version = "0.1.11", optional = true}
anyhow = "1.0"
async-std = "1"
criterion = "0.5"
gpiosim = "0.3"
gpiosim = "0.4"
tokio = {version = "1.21", features = ["macros", "rt", "time"]}

[features]
Expand Down
2 changes: 1 addition & 1 deletion uapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0"

[dev-dependencies]
criterion = "0.5"
gpiosim = "0.3"
gpiosim = "0.4"

[features]
default = ["uapi_v2"]
Expand Down

0 comments on commit 79bf8c9

Please sign in to comment.