Skip to content

Commit

Permalink
Merge pull request #597 from jannic/add-repo-link
Browse files Browse the repository at this point in the history
Add repository link to Cargo.toml
  • Loading branch information
ithinuel authored May 5, 2023
2 parents 6ae5079 + f32826a commit cd4cb7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rp2040-hal-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name = "rp2040-hal-macros"
readme = "README.md"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/rp-rs/rp-hal"

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions rp2040-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ homepage = "https://github.com/rp-rs/rp-hal"
description = "A Rust Embeded-HAL impl for the rp2040 microcontroller"
license = "MIT OR Apache-2.0"
rust-version = "1.62"
repository = "https://github.com/rp-rs/rp-hal"

[package.metadata.docs.rs]
features = ["rt", "rom-v2-intrinsics", "defmt", "rtic-monotonic"]
Expand Down

0 comments on commit cd4cb7b

Please sign in to comment.