You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is required because the examples pull in the "reqwest" crate, which
depends on "socket2" and this crate fails to build if the "const fn"
feature is not present (which wasn't on 1.44.0).
Hence, we only run the tests in the 1.44.0 job, but do not compile the
examples.
Signed-off-by: Matthias Beyer <[email protected]>
0 commit comments