Skip to content

Commit

Permalink
Merge pull request #78 from Benjins-automation/benjins-automated-http…
Browse files Browse the repository at this point in the history
…s-upgrade

Upgrade http links to https in Cargo.toml
  • Loading branch information
phil-opp authored Jun 2, 2023
2 parents a3985a7 + 5db82dc commit 9645f42
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 @@ -9,7 +9,7 @@ keywords = ["allocator", "no_std", "malloc", "heap", "kernel"]

repository = "https://github.com/phil-opp/linked-list-allocator"
documentation = "https://docs.rs/crate/linked_list_allocator"
homepage = "http://os.phil-opp.com/kernel-heap.html#a-better-allocator"
homepage = "https://os.phil-opp.com/kernel-heap.html#a-better-allocator"

rust-version = "1.61"

Expand Down

0 comments on commit 9645f42

Please sign in to comment.