rust-jvm
rust-jvm copied to clipboard
Update simple-error requirement from 0.2 to 0.3
Updates the requirements on simple-error to permit the latest version.
Changelog
Sourced from simple-error's changelog.
0.3.0 - 2023-02-23
- Upgrade MSRV to 1.58.0
- Upgrade to 2021 edition
- Support inline format args capture
0.2.3 - 2021-01-14
- Add convenience macro
map_err_with0.2.2 - 2020-08-16
- Support constructing from format string using
simple_errormacro0.2.1 - 2019-07-03
- Fix 1.36.0 inference breakage
0.2.0 - 2019-05-29
- Republish 0.1.13 as 0.2.0
0.1.13 - 2018-12-07 (yanked)
- Make
try_with,require_withandbailwork more consistent withtryThis version has been yanked due to breaking compatibility to 0.1.12. It will be republished as 0.2.0.
0.1.12 - 2018-10-11
- Make
try_with,require_withandbailwork without requiringusing simple_error::SimpleError0.1.11 - 2018-03-31
- Support format string in
try_withandrequire_with0.1.10 - 2017-10-15
- Add
as_str0.1.9 - 2017-05-05
- Support
bailmacro with string slice0.1.8 - 2017-05-04
- Add
bailmacro0.1.7 - 2017-03-14
... (truncated)
Commits
b0e5379Bump to 0.3.09c3f069Fix clippy warnings1920434Support inline format args captureb6c0045Make matching of fmt string stricter by using matcher literal117af7fUpdate CHANGELOG.md with 2021 edition upgrade80d99f7FIX MSRV in README.mdb00e147Merge pull request #21 from WiSaGaN/feature/2021-edition2c7d9a2Upgrade to 2021 editionff9bcf1Merge pull request #20 from WiSaGaN/feature/rustc-1-5896fe284Remove authors- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)