mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Bump encode_unicode from 0.3.6 to 1.0.0
Bumps [encode_unicode](https://github.com/tormol/encode_unicode) from 0.3.6 to 1.0.0. - [Release notes](https://github.com/tormol/encode_unicode/releases) - [Changelog](https://github.com/tormol/encode_unicode/blob/master/RELEASES.md) - [Commits](https://github.com/tormol/encode_unicode/compare/v0.3.6...v1.0.0) --- updated-dependencies: - dependency-name: encode_unicode dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
603f6b6613
commit
be82551719
2 changed files with 9 additions and 3 deletions
|
@ -13,7 +13,7 @@ roc_collections = { path = "../collections" }
|
|||
roc_region = { path = "../region" }
|
||||
roc_module = { path = "../module" }
|
||||
bumpalo = { version = "3.8.0", features = ["collections"] }
|
||||
encode_unicode = "0.3.6"
|
||||
encode_unicode = "1.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { git = "https://github.com/Anton-4/criterion.rs", features = ["html_reports"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue