We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a915162 + 0a41985 commit f202270Copy full SHA for f202270
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased Changes
4
5
+## v0.1.2
6
+
7
+Added description to `Cargo.toml` that prevented publishing.
8
9
## v0.1.1
10
11
Fixed typo in `Cargo.toml` that prevented publishing.
Cargo.toml
@@ -1,10 +1,11 @@
1
[package]
name = "rp2040-boot2"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
edition = "2018"
license = "BSD-3-Clause"
repository = "https://github.com/rp-rs/rp2040-boot2-rs"
+description = "Raspberry Pi RP2040 SoC second stage bootloader."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments