tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

login-session example: fix a spelling mistake #265

Closed vmiklos closed 1 year ago

vmiklos commented 1 year ago

@tomaka could you please approve the workflow that is currently pending, since it's my first PR? Thanks.

vmiklos commented 1 year ago

The relevant error seems to be:

error: edition 2021 is unstable and only available with -Z unstable-options.

I'm not sure how CI passes on master, perhaps the problem is that 1.52 doesn't have 2021 as stable yet? I forget, it's been a while ago.

bradfier commented 1 year ago

time-rs have kicked their MSRV up to 1.56 without bumping Semver (see https://github.com/tomaka/rouille/issues/261), time-rs is only used in one place and we're getting rid of it in tiny-http so it should be possible to fix this by getting rid of the dependency entirely.