Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sympatron committed Apr 2, 2024
1 parent 42e8c13 commit bdfc1e1
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 bdfc1e1

Please sign in to comment.