Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: slog-rs/stdlog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: slog-rs/stdlog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/github-actions
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 23, 2022

  1. Fix incorrect space in clippy.yml workflow

    YAML is a harsh mistress
    Techcable committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    83a4048 View commit details
    Browse the repository at this point in the history
  2. Revert "Bump claimed MSRV to 1.39"

    Apparently the version actually required by the time/unstable_kv
    feature is much higher than 1.39. In fact, by my tests it appears to
    start working around 1.53
    
    This makes it worthwhile to test it seperately and restore the old MSRV.
    
    This reverts commit 17d94eb.
    Techcable committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    022a152 View commit details
    Browse the repository at this point in the history
  3. Don't test log/unstable_kv feature on the MSRV

    Due to its unstable feature, it requires a recent compiler
    and we cannot reasonably make MSRV guarentees for their project.
    
    Add disclaimer about this to the Cargo.toml file
    Techcable committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    867e452 View commit details
    Browse the repository at this point in the history
  4. Don't run tests on MSRV (only cargo check)

    The tests break because of the `time` crate (a dev-dependency).
    To workaround this we only run `cargo check` on the MSRV
    Techcable committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c6b506a View commit details
    Browse the repository at this point in the history
Loading