Skip to content

Commit

Permalink
dsp crate: drop version dependency and remove boilerplate from cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuszagh committed Nov 22, 2020
1 parent 3eb43c6 commit d24dfb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
**/target
/target
.gdb_history
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ embedded-hal = "0.2.4"
nb = "1.0.0"
asm-delay = "0.9.0"
enum-iterator = "0.6.0"
dsp = { path = "dsp", version = "0.1.0" }
dsp = { path = "dsp" }

[dependencies.mcp23017]
git = "https://github.com/mrd0ll4r/mcp23017.git"
Expand Down
2 changes: 0 additions & 2 deletions dsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ version = "0.1.0"
authors = ["Robert Jördens <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", features = ["derive"], default-features = false }

0 comments on commit d24dfb3

Please sign in to comment.