Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PAC crates dependencies #43

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tm4c123x-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ features = ["unproven"]
version = "1"

[dependencies.tm4c123x]
version = "0.9"
## m-labs does not plan on publishing new release on crates.io and suggest to
## use git instead with specific revision instead.
git = "https://github.com/m-labs/dslite2svd.git"
rev = "30145706b658136c35c90290701de3f02a4b8ef2"

[dependencies.void]
version = "1.0"
Expand Down
7 changes: 6 additions & 1 deletion tm4c129x-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ edition = "2018"
[dependencies]
cortex-m = "0.6"
nb = "1"
tm4c129x = "0.9"

[dependencies.tm4c129x]
## m-labs does not plan on publishing new release on crates.io and suggest to
## use git instead with specific revision instead.
git = "https://github.com/m-labs/dslite2svd.git"
rev = "30145706b658136c35c90290701de3f02a4b8ef2"

[dependencies.cast]
version = "0.2"
Expand Down