mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-09 18:57:13 +00:00
Bump peg from 0.8.0 to 0.8.1
Bumps [peg](https://github.com/kevinmehall/rust-peg) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/kevinmehall/rust-peg/releases) - [Commits](https://github.com/kevinmehall/rust-peg/compare/0.8.0...0.8.1) --- updated-dependencies: - dependency-name: peg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
76978242a8
commit
33c34e3095
3 changed files with 10 additions and 10 deletions
|
|
@ -22,7 +22,7 @@ roc_highlight = { path = "../highlight"}
|
|||
roc_reporting = { path = "../reporting"}
|
||||
bumpalo = { version = "3.11.0", features = ["collections"] }
|
||||
snafu = { version = "0.7.1", features = ["backtraces"] }
|
||||
peg = "0.8.0"
|
||||
peg = "0.8.1"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.3.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue