Skip to content

Commit d977787

Browse files
Update simple-error requirement from 0.2 to 0.3 (#6)
Updates the requirements on [simple-error](https://github.com/WiSaGaN/simple-error) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/WiSaGaN/simple-error/blob/master/CHANGELOG.md">simple-error's changelog</a>.</em></p> <blockquote> <h2>0.3.0 - 2023-02-23</h2> <ul> <li>Upgrade MSRV to 1.58.0</li> <li>Upgrade to 2021 edition</li> <li>Support inline format args capture</li> </ul> <h2>0.2.3 - 2021-01-14</h2> <ul> <li>Add convenience macro <code>map_err_with</code></li> </ul> <h2>0.2.2 - 2020-08-16</h2> <ul> <li>Support constructing from format string using <code>simple_error</code> macro</li> </ul> <h2>0.2.1 - 2019-07-03</h2> <ul> <li>Fix 1.36.0 inference breakage</li> </ul> <h2>0.2.0 - 2019-05-29</h2> <ul> <li>Republish 0.1.13 as 0.2.0</li> </ul> <h2>0.1.13 - 2018-12-07 (yanked)</h2> <ul> <li>Make <code>try_with</code>, <code>require_with</code> and <code>bail</code> work more consistent with <code>try</code></li> </ul> <p>This version has been yanked due to breaking compatibility to 0.1.12. It will be republished as 0.2.0.</p> <h2>0.1.12 - 2018-10-11</h2> <ul> <li>Make <code>try_with</code>, <code>require_with</code> and <code>bail</code> work without requiring <code>using simple_error::SimpleError</code></li> </ul> <h2>0.1.11 - 2018-03-31</h2> <ul> <li>Support format string in <code>try_with</code> and <code>require_with</code></li> </ul> <h2>0.1.10 - 2017-10-15</h2> <ul> <li>Add <code>as_str</code></li> </ul> <h2>0.1.9 - 2017-05-05</h2> <ul> <li>Support <code>bail</code> macro with string slice</li> </ul> <h2>0.1.8 - 2017-05-04</h2> <ul> <li>Add <code>bail</code> macro</li> </ul> <h2>0.1.7 - 2017-03-14</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/WiSaGaN/simple-error/commit/b0e5379e440db8e981be3f194b2376fb08d4c0d6"><code>b0e5379</code></a> Bump to 0.3.0</li> <li><a href="https://github.com/WiSaGaN/simple-error/commit/9c3f0693b298da36ffd20331719f80a321581426"><code>9c3f069</code></a> Fix clippy warnings</li> <li><a href="https://github.com/WiSaGaN/simple-error/commit/1920434e45163774a4e24909a7b9abb209afe123"><code>1920434</code></a> Support inline format args capture</li> <li><a href="https://github.com/WiSaGaN/simple-error/commit/b6c0045607e237a11bc96c471da7957c98c86aea"><code>b6c0045</code></a> Make matching of fmt string stricter by using matcher literal</li> <li><a href="https://github.com/WiSaGaN/simple-error/commit/117af7f5a88895c5134fb1871028a736f1ca74be"><code>117af7f</code></a> Update CHANGELOG.md with 2021 edition upgrade</li> <li><a href="https://github.com/WiSaGaN/simple-error/commit/80d99f71d7ffb677bd67210374734c3b023a61b8"><code>80d99f7</code></a> FIX MSRV in README.md</li> <li><a href="https://github.com/WiSaGaN/simple-error/commit/b00e14779c2e9527856efc6a9ee964481e49483c"><code>b00e147</code></a> Merge pull request <a href="https://redirect.github.com/WiSaGaN/simple-error/issues/21">#21</a> from WiSaGaN/feature/2021-edition</li> <li><a href="https://github.com/WiSaGaN/simple-error/commit/2c7d9a20579075b59fcb0de256b05970df269a2c"><code>2c7d9a2</code></a> Upgrade to 2021 edition</li> <li><a href="https://github.com/WiSaGaN/simple-error/commit/ff9bcf1633fc17448e4ea6e2d694156a55812a3a"><code>ff9bcf1</code></a> Merge pull request <a href="https://redirect.github.com/WiSaGaN/simple-error/issues/20">#20</a> from WiSaGaN/feature/rustc-1-58</li> <li><a href="https://github.com/WiSaGaN/simple-error/commit/96fe2846826b96914004df20e8e4c1e9369b1b04"><code>96fe284</code></a> Remove authors</li> <li>Additional commits viewable in <a href="https://github.com/WiSaGaN/simple-error/compare/v0.2.0...v0.3.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Pfretzschner <[email protected]>
1 parent 4efbfb5 commit d977787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ model = { path = "../model" }
88
loader = { path = "../loader" }
99
parser = { path = "../parser" }
1010

11-
simple-error = "0.2"
11+
simple-error = "0.3"
1212
log = "0.4.17"
1313
lazy_static = "1.4.0"
1414
anyhow = "1.0"

0 commit comments

Comments
 (0)