orium / rpds

Rust persistent data structures
Mozilla Public License 2.0
1.28k stars 58 forks source link

Update archery requirement from 0.3 to 0.4 #48

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Updates the requirements on archery to permit the latest version.

Changelog

Sourced from archery's changelog.

0.4.0

  • Added support for no_std.

0.3.0

  • Renamed SharedPointerKindRc and SharedPointerKindArc to RcK and ArcK, respectively.

0.2.1

  • Minor fix in README.

0.2.0

  • Added some functionality to SharedPointer that you would expect from Rc/Arc.
    • Functions:
      • SharedPointer::try_unwrap().
      • SharedPointer::get_mut().
      • SharedPointer::strong_count().
      • SharedPointer::ptr_eq().
    • Traits:
      • Default.
      • From<T>.
      • From<Box<T>>.
      • std::fmt::Pointer.

0.1.0

  • Initial release with SharedPointer, SharedPointerKind, SharedPointerKindRc, and SharedPointerKindArc.
    • Functionality exposed from the underlying pointers: deref(), make_mut(), clone().
Commits
  • f424e20 Release v0.4.0.
  • 5ab4a80 Updated release notes.
  • f7f96c4 Support no_std.
  • a122bc7 Remove dependency bagde since it is not working anymore.
  • f566241 Merge pull request #3 from orium/dependabot/cargo/compiletest_rs-0.5
  • dea138d Update compiletest_rs requirement from 0.4 to 0.5
  • 0f1a02b Enabled dependabot.
  • a28d263 Minor improvement in the codecov script.
  • 0c6d464 Use ManuallyDrop::take() now that it is stable.
  • a8e8152 Updated toolchain version for miri checks.
  • Additional commits viewable in compare view


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)