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: geeksperiments/rustwasm.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: src
Choose a base ref
...
head repository: rustwasm/rustwasm.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: src
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    43f9eaa View commit details
    Browse the repository at this point in the history
  2. Fix CI

    daxpedda committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    047a586 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. fix nokogiri & mdbook installs (rustwasm#62)

    * upgrade nokogiri
    
    we're running into the issue fixed in sparklemotion/nokogiri#2106
    
    * build mdbook without search feature
    
    error is:
    
    error: failed to compile `mdbook v0.2.3`, intermediate artifacts can be found at `/tmp/cargo-installjZOKMC`
    
    Caused by:
      failed to select a version for the requirement `ammonia = "^1.1"`
      candidate versions found which didn't match: 3.3.0, 3.2.1, 3.2.0, ...
    
    I believe because ammonia-1.1 was pulled from crates.io
    bergey authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    db653bf View commit details
    Browse the repository at this point in the history
Loading