We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c50802 + adb802d commit d687c9fCopy full SHA for d687c9f
CHANGELOG.md
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
14
## [0.7.6] (unreleased)
15
16
+### Changed
17
+- Update dependancy version of atomvm_packbeam to 0.7.5
18
+
19
### Added
20
- Added dialyzer task to simplify running dialyzer on AtomVM applications.
21
- Added support for rp2350 devices to allow for default detection of the device mount path.
rebar.config
@@ -20,7 +20,7 @@
{erl_opts, [debug_info]}.
22
{deps, [
23
- {atomvm_packbeam, "0.7.4"},
+ {atomvm_packbeam, "0.7.5"},
24
{uf2tool, "1.1.0"}
25
]}.
26
0 commit comments