Skip to content

Commit

Permalink
Merge pull request #56 from Sympatron/main
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jannic authored Aug 27, 2024
2 parents 7bd9fda + bdfc1e1 commit 5b06ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ members = ["pio-proc", "pio-parser"]
[dependencies]
arrayvec = { version = "0.7", default_features = false }
paste = "1.0"
num_enum = { version = "0.5", default_features = false }
num_enum = { version = "0.7", default_features = false }

[dev-dependencies]
test-generator = "0.3.0"
pretty_assertions = "0.6"
pretty_assertions = "1.4"
pio-proc = { path = "./pio-proc" }
pio-parser = { path = "./pio-parser" }
2 changes: 1 addition & 1 deletion pio-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pio-parser"
version = "0.2.2"
authors = ["snek", "The rp-rs Developers"]
edition = "2018"
resolver= "2"
resolver = "2"
description = "Raspberry Silicon PIO asm parser"
license = "MIT"
repository = "https://github.com/rp-rs/pio-rs"
Expand Down

0 comments on commit 5b06ca5

Please sign in to comment.