Skip to content

Commit

Permalink
Fix missing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed May 11, 2024
1 parent c9f1aca commit 62b82d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,27 @@ default-features = false

[workspace.dependencies.gpiod-core]
path = "core"
version = "0.3"
default-features = false

[workspace.dependencies.gpiod]
path = ""
version = "0.3"
default-features = false

[workspace.dependencies.gpiod-cli]
path = "cli"
version = "0.3"
default-features = false

[workspace.dependencies.tokio-gpiod]
path = "tokio"
version = "0.3"
default-features = false

[workspace.dependencies.async-gpiod]
path = "async"
version = "0.3"
default-features = false

[package]
Expand Down

0 comments on commit 62b82d6

Please sign in to comment.