Skip to content

Commit d687c9f

Browse files
authored
Merge pull request #55 from UncleGrumpy/packbeam_dep
Update packbeam dependency to latest release
2 parents 3c50802 + adb802d commit d687c9f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
## [0.7.6] (unreleased)
1515

16+
### Changed
17+
- Update dependancy version of atomvm_packbeam to 0.7.5
18+
1619
### Added
1720
- Added dialyzer task to simplify running dialyzer on AtomVM applications.
1821
- Added support for rp2350 devices to allow for default detection of the device mount path.

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.4"},
23+
{atomvm_packbeam, "0.7.5"},
2424
{uf2tool, "1.1.0"}
2525
]}.
2626

0 commit comments

Comments
 (0)