Skip to content

Commit 8fa37db

Browse files
committed
Bump packbeam dependency to 0.8.0
Change packbeam dependency to use the latest version of atomvm_packbeam. Signed-off-by: Winford <[email protected]>
1 parent d687c9f commit 8fa37db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
## [0.7.6] (unreleased)
1515

1616
### Changed
17-
- Update dependancy version of atomvm_packbeam to 0.7.5
17+
- Update dependancy version of atomvm_packbeam to 0.8.0
1818

1919
### Added
2020
- Added dialyzer task to simplify running dialyzer on AtomVM applications.

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{erl_opts, [debug_info]}.
2121

2222
{deps, [
23-
{atomvm_packbeam, "0.7.5"},
23+
{atomvm_packbeam, "0.8.0"},
2424
{uf2tool, "1.1.0"}
2525
]}.
2626

0 commit comments

Comments
 (0)