Skip to content

Commit f596032

Browse files
authored
Merge pull request #4 from boschglobal/crates-io-readme-support
Add Readme to crates.io
2 parents 6ed18b1 + 2eec9e8 commit f596032

File tree

3 files changed

+20
-22
lines changed

3 files changed

+20
-22
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kuksa-rust-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "kuksa-rust-sdk"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Eclipse KUKSA Project"]
55
edition = "2021"
66
license = "Apache-2.0"
77
description = "The Rust SDK for the Eclipse KUKSA Databroker."
88
homepage = "https://eclipse-kuksa.github.io/kuksa-website/"
99
repository = "https://github.com/eclipse-kuksa/kuksa-rust-sdk"
10-
10+
readme = "../README.md"
1111

1212
[dependencies]
1313
env_logger = "0.11"

scripts/prepare_release.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ $SED_COMMAND -i -E "s/^version = \"${VERSION_REGEX}\"$/version = \"${VERSION}\"/
5252

5353
# Now make sure Cargo.lock is updated to reflect this
5454
cargo update
55-
cd lib
56-
cargo update
5755

5856
# Create release commit and tag it
5957
#git commit -a -m "Release ${VERSION}"

0 commit comments

Comments
 (0)