Skip to content

Commit

Permalink
Removed path specifiers in Cargo.toml for PAC dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-terrell committed Sep 27, 2020
1 parent 393e36e commit af4a607
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ version = "0.1.0"

[dependencies.atsam4e16e-pac]
version = "0.1.2"
path = "../atsam4e16e-pac"
optional = true

[dependencies.atsam4sd32c-pac]
version = "0.1.1"
path = "../atsam4sd32c-pac"
optional = true

[dependencies.void]
Expand Down

0 comments on commit af4a607

Please sign in to comment.