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

Bump cxx from 0.5.10 to 1.0.33 #7

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 19, 2021

Bumps cxx from 0.5.10 to 1.0.33.

Release notes

Sourced from cxx's releases.

1.0.33

  • Provide trait impls of Eq, Ord, PartialOrd, Hash for CxxString, allowing it to be used as a HashMap or BTreeMap key (#743, thanks @​b05902132)

1.0.32

  • Disallow placing an ineffective Drop impl on shared structs (#708, #711)
  • Support expanding type_id! macro inside of crates that have the cxx crate imported under a different name (#712)
  • Prevent rvalue instance of String, Str, Slice, Box, Vec as lhs of an assignment operator (#698)
  • Minor improvement to diagnostic placement on APIs without a handwritten visibility (#710)
  • Ship license files in the cxxbridge-flags implementation detail crate (#717, thanks @​khardix)

1.0.31

  • Clarify error for using enum as method receiver (#688, thanks @​fletcherw)
  • Fix unresolved symbol when working with rust::Vec<size_t> on macOS (#707, #705)

1.0.30

  • Fix let_cxx_string! to allow use of lhs variable name in rhs initialization expression (#701)
  • Re-export cc's parallel build feature for cxx-build (#704, thanks @​edsrzf)

1.0.29

  • Allow let_cxx_string! to work inside of async functions (#693)

1.0.28

  • Fix a missing #include manifested on MSVC when using Rust slices or vectors (#675)

1.0.27

  • Implement lifetime elision for member function receivers (#660, #661)

    #[cxx::bridge]
    mod ffi {
        unsafe extern "C++" {
            type Object<'a>;
        fn f(self: &amp;Object);  // elided lifetimes equivalent to `fn f&lt;'a, 'b&gt;(self: &amp;'a Object&lt;'b&gt;)`
        fn g(self: Pin&lt;&amp;mut Object&gt;);  // elided lifetimes equivalent to `fn g&lt;'a, 'b&gt;(self: Pin&lt;&amp;'a mut Object&lt;'b&gt;&gt;)`
    }
    
    }

  • Support Vec<&str> type (#662)

  • Improve error messages when failing to parse an extern fn (#659)

1.0.26

... (truncated)

Commits
  • 516bb06 Release 1.0.33
  • b11e8dd Lockfile update
  • 2e43b51 Consistently use 'other: &Self' in homogeneous comparison impls
  • 94e2054 Delete CxxString heterogeneous PartialOrd impls
  • 05db2fb Touch up PR 743
  • 3898878 Merge pull request 743 from b05902132/cxx_string_traits
  • 7b783f9 implment Ord, PartialOrd and Hash for CxxString.
  • 3dafaed Resolve inconsistent_struct_constructor style lint
  • e5bb345 Merge pull request #723 from dtolnay/mangle
  • 6c39d4b Document the arrangements of preprocessor variables
  • 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 [cxx](https://github.com/dtolnay/cxx) from 0.5.10 to 1.0.33.
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@0.5.10...1.0.33)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 19, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 23, 2021

Superseded by #10.

@dependabot dependabot bot closed this Mar 23, 2021
@dependabot dependabot bot deleted the dependabot/cargo/cxx-1.0.33 branch March 23, 2021 07:49
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants