diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-06-26 23:55:38 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-06-26 23:55:38 +0200 |
| commit | 948bb93dc2aed743ac5e7dc229988c67da32ba7c (patch) | |
| tree | a7cf1b0131cd96146f0f9e99298c619edcbd2729 /embassy-usb | |
| parent | 065a1d097aedcb639996bb779445b7c694303d11 (diff) | |
docs: Add $COMMIT to git srclinks.
Diffstat (limited to 'embassy-usb')
| -rw-r--r-- | embassy-usb/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml index 48c205064..513dc8c1f 100644 --- a/embassy-usb/Cargo.toml +++ b/embassy-usb/Cargo.toml | |||
| @@ -5,7 +5,7 @@ edition = "2021" | |||
| 5 | 5 | ||
| 6 | [package.metadata.embassy_docs] | 6 | [package.metadata.embassy_docs] |
| 7 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-usb-v$VERSION/embassy-usb/src/" | 7 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-usb-v$VERSION/embassy-usb/src/" |
| 8 | src_base_git = "https://github.com/embassy-rs/embassy/blob/master/embassy-usb/src/" | 8 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-usb/src/" |
| 9 | features = ["defmt"] | 9 | features = ["defmt"] |
| 10 | flavors = [ | 10 | flavors = [ |
| 11 | { name = "default", target = "thumbv7em-none-eabihf" }, | 11 | { name = "default", target = "thumbv7em-none-eabihf" }, |
