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

chore(deps): bump cmake from 0.1.48 to 0.1.49 #1388

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps cmake from 0.1.48 to 0.1.49.

Release notes

Sourced from cmake's releases.

0.1.49

Version 0.1.49

Changelog

  • emcmake and emmake are now used when compiling to emscripten targets. (#137)
  • On 32 bit x86 MSVC targets, the toolset is now always explicitly configured rather than checking the version of MSVC first. (#144)
  • --parallel is no longer passed to versions of cmake that might not support that flag. (#146)
  • If a missing directory is provided via the Config::out_dir API, we will now properly create it rather than failing and reporting a confusing message that cmake is not installed, even if it is. (#159)
  • CMAKE_OSX_ARCHITECTURES is passed on macOS so that we no longer produce universal binaries by default. (#160)
  • Several improvements have been made to cross-compilation support. (#158)
  • If make jobserver flags are present in MAKEFLAGS, we now will respect them (by not passing --parallel to cmake). (#153)

Additionally, a number of smaller changes which shouldn't impact users have been made; see the commit history for complete details.

Thanks to everybody who contributed to this release!

Commits
  • df3ba79 Merge pull request #165 from thomcc/bump-version
  • f58aef3 Prep release 0.1.49
  • a69a29f Use SPDX-compatible license format
  • d8fdafa Remove support for publishing to gh-pages (docs.rs exists now)
  • 61e7b2e Update links in Cargo.toml
  • 8e633ab Disable some targets where zlib seems to no longer compile
  • edc139b use jobserver if available
  • cfe11fc Stop always setting CMAKE_SYSTEM_NAME to SunOS for solaris
  • 16d6bd5 Also run cargo test on macOS and Windows
  • d668808 Improve cross compiling support
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.48 to 0.1.49.
- [Release notes](https://github.com/rust-lang/cmake-rs/releases)
- [Commits](rust-lang/cmake-rs@0.1.48...0.1.49)

---
updated-dependencies:
- dependency-name: cmake
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #1388 (eda5efd) into main (e0621b1) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1388   +/-   ##
=======================================
  Coverage   68.80%   68.80%           
=======================================
  Files         119      119           
  Lines       12664    12664           
=======================================
  Hits         8713     8713           
  Misses       3951     3951           

@utam0k utam0k merged commit ccfb33e into main Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/cargo/cmake-0.1.49 branch December 1, 2022 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants