Skip to content

Commit 77c1f66

Browse files
authored
Merge pull request meta-rust#55 from Ecordonnier/eco/cleanup
Add minimal cargo version
2 parents ba025f2 + 3978307 commit 77c1f66

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ name = "cargo-bitbake"
1111
readme = "README.md"
1212
repository = "https://github.com/cardoe/cargo-bitbake"
1313
version = "0.3.16-alpha.0"
14+
rust-version = "1.60"
1415

1516
[badges]
1617
is-it-maintained-issue-resolution = { repository = "cardoe/cargo-bitbake" }

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ local crate:
2020
$ cargo bitbake
2121
Wrote: cargo-bitbake_0.1.0.bb
2222
```
23+
## Dependencies
24+
25+
On Debian/Ubuntu, the package librust-cargo+openssl-dev is required (available via apt install).
2326

2427
## Parameter Mapping
2528
| Yocto | Cargo |

0 commit comments

Comments
 (0)