Skip to content

Commit

Permalink
Merge pull request meta-rust#55 from Ecordonnier/eco/cleanup
Browse files Browse the repository at this point in the history
Add minimal cargo version
  • Loading branch information
kraj authored Jan 9, 2023
2 parents ba025f2 + 3978307 commit 77c1f66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name = "cargo-bitbake"
readme = "README.md"
repository = "https://github.com/cardoe/cargo-bitbake"
version = "0.3.16-alpha.0"
rust-version = "1.60"

[badges]
is-it-maintained-issue-resolution = { repository = "cardoe/cargo-bitbake" }
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ local crate:
$ cargo bitbake
Wrote: cargo-bitbake_0.1.0.bb
```
## Dependencies

On Debian/Ubuntu, the package librust-cargo+openssl-dev is required (available via apt install).

## Parameter Mapping
| Yocto | Cargo |
Expand Down

0 comments on commit 77c1f66

Please sign in to comment.