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: servo/rust-url
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8a683ff
Choose a base ref
...
head repository: servo/rust-url
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d77dfb4
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 4, 2024

  1. Change no_std to no-std in Cargo.toml (#991)

    Otherwise I get the following error when attempting to publish the crate:
    ```
    error: failed to publish to registry at https://crates.io
    
    Caused by:
      the remote server responded with an error (status 400 Bad Request): The following category slugs are not currently supported on crates.io: no_std
    
      See https://crates.io/category_slugs for a list of supported slugs.
    ```
    
    Signed-off-by: Valentin Gosu <[email protected]>
    valenting authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    da64903 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)…

    …" (#999)
    
    * Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)"
    
    This reverts commit b08a655.
    
    * Update rust version to 1.63 - required by libc v0.2.164
    
    * Update github workflow runner to rust 1.63
    valenting authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d77dfb4 View commit details
    Browse the repository at this point in the history
Loading