Skip to content

Commit

Permalink
deps: use repo for twiddle crate
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Sep 8, 2022
1 parent 5d09ee0 commit bafd506
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ edition = "2021"
riscv = { git = "https://github.com/rust-embedded/riscv" }
riscv-rt = "=0.9.0"
#d1-pac = { version = "=0.0.27", features = ["rt"] }
#d1-pac = { path = "../upstream/d1-temp", features = ["rt"] }
d1-pac = { git = "https://github.com/antoinevg/aw-pac", branch = "antoinevg/audio_codec", features = ["rt"] }
d1-pac = { path = "../upstream/d1-temp", features = ["rt"] }
#d1-pac = { git = "https://github.com/antoinevg/aw-pac", branch = "antoinevg/audio_codec", features = ["rt"] }
panic-halt = "=0.2.0"

twiddle = { path = "../twiddle.git" }
#twiddle = { path = "../twiddle.git" }
twiddle = { git = "https://github.com/antoinevg//twiddle" }

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit bafd506

Please sign in to comment.