Skip to content

Commit

Permalink
Merge pull request #33 from hermit-os/dependabot/cargo/align-address-0.2
Browse files Browse the repository at this point in the history
Update align-address requirement from 0.1 to 0.2
  • Loading branch information
mkroening authored May 6, 2024
2 parents 93485ad + f8ef384 commit 7f873ac
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.1"
align-address = "0.2"
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 7f873ac

Please sign in to comment.