Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compiling for wasm32-unknown-emscripten target #519 #568

Merged
merged 3 commits into from Oct 30, 2021
Merged

Fix compiling for wasm32-unknown-emscripten target #519 #568

merged 3 commits into from Oct 30, 2021

Commits on Jun 5, 2021

  1. Fix compiling for wasm32-unknown-emscripten target

     error[E0428]: the name `inner` is defined multiple times
      --> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.19/src/sys.rs:25:1
       |
    21 | mod inner;
       | ---------- previous definition of the module `inner` here
    ...
    25 | mod inner;
       | ^^^^^^^^^^ `inner` redefined here
       |
       = note: `inner` must be defined only once in the type namespace of this module
    orion78fr committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    a27b83e View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    orion78fr committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    b3cea49 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Configuration menu
    Copy the full SHA
    e0656ac View commit details
    Browse the repository at this point in the history