Skip to content

Commit bb6d463

Browse files
Update align-address requirement from 0.2 to 0.3
Updates the requirements on [align-address](https://github.com/mkroening/align-address) to permit the latest version. - [Release notes](https://github.com/mkroening/align-address/releases) - [Commits](mkroening/align-address@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: align-address dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f873ac commit bb6d463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ targets = [
2020
rustdoc-args = ["--cfg", "docsrs"]
2121

2222
[dependencies]
23-
align-address = "0.2"
23+
align-address = "0.3"
2424
goblin = { version = "0.8", default-features = false, features = ["elf64"], optional = true }
2525
log = { version = "0.4", optional = true }
2626
plain = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)