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
* add wstd-axum, for http servers written using the axum framework
* flatten unnecessary test-programs/artifacts crate into test-programs
and add test for axum hello world.
rather than need separate test-programs to build the bins, just build
the examples. (I have no idea why I didn't do this in the first place.)
* add to publish
* workspace edition 2024
* wstd-axum-macro requires syn features full
* workspace versioning
* docs, example that doesnt use macro
* add my own weather example for axum
* add test for axum weather example. upgrade all tests to ureq 3
* file locking is in std if we lie about msrv policy for 7 days
* clippy for new msrv
0 commit comments