Skip to content

Commit

Permalink
Merge pull request #3440 from embassy-rs/update-reqwless
Browse files Browse the repository at this point in the history
Use released version of reqwless for examples
  • Loading branch information
lulf authored Oct 21, 2024
2 parents e782eab + 61f55be commit d7692b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fixed = "1.23.1"
fixed-macro = "1.2"

# for web request example
reqwless = { git="https://github.com/drogue-iot/reqwless", rev="673e8d2cfbaad79254ec51fa50cc8b697531fbff", features = ["defmt",]}
reqwless = { version = "0.13.0", features = ["defmt"] }
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
serde-json-core = "0.5.1"

Expand Down

0 comments on commit d7692b1

Please sign in to comment.