Skip to content

Commit

Permalink
Merge pull request #34 from hermit-os/dependabot/cargo/align-address-0.3
Browse files Browse the repository at this point in the history
Update align-address requirement from 0.2 to 0.3
  • Loading branch information
mkroening authored May 13, 2024
2 parents 7f873ac + bb6d463 commit 5c87198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ targets = [
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
align-address = "0.2"
align-address = "0.3"
goblin = { version = "0.8", default-features = false, features = ["elf64"], optional = true }
log = { version = "0.4", optional = true }
plain = { version = "0.2", optional = true }
Expand Down

0 comments on commit 5c87198

Please sign in to comment.