Skip to content

Commit

Permalink
Increase actix requirement to 0.13.1 (#304)
Browse files Browse the repository at this point in the history
This appears to resolve a recently-introduced build error with the `actix::test` macro in the 0.13.0 release.
  • Loading branch information
scouten-adobe authored Sep 11, 2023
1 parent 1c12e1c commit 33365ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ anyhow = "1.0.40"
wasm-bindgen-test = "0.3.31"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
actix = "0.13.0"
actix = "0.13.1"

0 comments on commit 33365ad

Please sign in to comment.