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: rust-lang/mdBook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.26
Choose a base ref
...
head repository: rust-lang/mdBook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.27
Choose a head ref
  • 9 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 13, 2023

  1. Remove spammy debug! log from path_to_root

    The log statement is empty and simply fills up the logs when you run `mdbook` with `RUST_LOG=debug`.
    mgeisler authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c150529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90fbe11 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2020 from mgeisler/patch-1

    Remove spammy `debug!` log from `path_to_root`
    ehuss authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    112fd4a View commit details
    Browse the repository at this point in the history
  4. Make sure CI runs with --locked

    ehuss committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7abb28c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2021 from rust-lang/revert-2009-deps/toml

    Revert "bump 'toml' dependency"
    ehuss authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    1517435 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2022 from ehuss/ci-locked

    Make sure CI runs with --locked
    ehuss authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a43b5b6 View commit details
    Browse the repository at this point in the history
  7. Also make sure releases use --locked

    If it somehow gets out of sync, then the release process otherwise wouldn't catch it.
    ehuss authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    958b456 View commit details
    Browse the repository at this point in the history
  8. Update to 0.4.27

    ehuss committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    6e3176f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2023 from ehuss/bump-version

    Update to 0.4.27
    ehuss authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7c4562a View commit details
    Browse the repository at this point in the history
Loading