Skip to content
New issue

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

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

Already on GitHub? # to your account

Update sbi-spec requirement from 0.0.4 to 0.0.5 #31

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Updates the requirements on sbi-spec to permit the latest version.

Release notes

Sourced from sbi-spec's releases.

SBI-Spec version 0.0.5

This release adapts RISC-V SBI 2.0-rc1 to SBI-Spec. Now users may use SBI 2.0-rc1 features by using this crate, including Debug Console extension, pmu_counter_fw_read_hi and minor document fixes on HSM extension.

Added

  • Adapt to RISC-V SBI specification version 2.0-rc1
  • PMU_COUNTER_FW_READ_HI function in pmu module for RV32 systems
  • SBI DBCN extension support
  • Result-like documents to SbiRet

Modified

  • style: add period to docs
Changelog

Sourced from sbi-spec's changelog.

[0.0.5] - 2023-02-16

Added

  • Adapt to RISC-V SBI specification version 2.0-rc1
  • PMU_COUNTER_FW_READ_HI function in pmu module for RV32 systems
  • SBI DBCN extension support
  • Result-like documents to SbiRet

Modified

  • style: add period to docs

[0.0.4] - 2022-10-10

Added

  • Various convenient functions to SbiRet structure
  • Add documents on whole sbi-rt crate to coply with deny(missing_docs)
  • Feature legacy to gate legacy SBI extension

Modified

  • Rename SbiRet::ok to SbiRet::success
  • Rename SbiSpecVersion to struct Version

[0.0.3] - 2022-10-06

Added

  • deps: static_assertions check implementations during compilation, and provide an item list for developers
  • denied: warnings and unsafe code
  • a github workflow to check building
  • SbiSpecVersion type defination for sbi base

Modified

  • rename GET_SPEC_VERSION to GET_SBI_SPEC_VERSION
  • rename impl_id::IMPL_XXX to impl_id::XXX

Removed

  • default target to RISC-V

[0.0.2] - 2022-07-21

Added

  • A changelog to this project

... (truncated)

Commits
  • 31d336d crate: prepare to release version 0.0.5
  • b0a5513 Merge pull request #10 from duskmoon314/ci
  • d697e4a ci: replace actions-rs with origin toolchain
  • a9846d2 crate: prepare release candidate v0.0.5-rc.2
  • e0604c4 fix: should be READ_HI to be consistent with spec
  • b623dca crate: prepare release candidate 0.0.5-rc.1
  • 77efb9f changelog entry to 'style: add period to docs'
  • 8d4564c style: add period to docs
  • 7c8a7b4 doc: Result-like documents to SbiRet
  • 99e9307 feat: adapt to RISC-V SBI v2.0-rc1
  • 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)

Updates the requirements on [sbi-spec](https://github.com/rustsbi/sbi-spec) to permit the latest version.
- [Release notes](https://github.com/rustsbi/sbi-spec/releases)
- [Changelog](https://github.com/rustsbi/sbi-spec/blob/main/CHANGELOG.md)
- [Commits](rustsbi/sbi-spec@v0.0.4...v0.0.5)

---
updated-dependencies:
- dependency-name: sbi-spec
  dependency-type: direct:production
...

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 Feb 20, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 4, 2023

Superseded by #35.

@dependabot dependabot bot closed this Apr 4, 2023
@dependabot dependabot bot deleted the dependabot/cargo/sbi-spec-0.0.5 branch April 4, 2023 22:21
# for free to join this conversation on GitHub. Already have an account? # 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