Skip to content

Commit 4b7526a

Browse files
committed
Include examples in package being published
Prepare v0.1.5
1 parent 4d477d1 commit 4b7526a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ description = "The Eclipse uProtocol Rust Language Library"
1717
edition = "2021"
1818
include = [
1919
"/src/*",
20+
"/examples/*",
2021
"/up-spec/up-core-api/uprotocol/*",
2122
"/build.rs",
2223
"/Cargo.toml",
@@ -28,7 +29,7 @@ name = "up-rust"
2829
readme = "README.md"
2930
repository = "https://github.com/eclipse-uprotocol/up-rust"
3031
rust-version = "1.74.1"
31-
version = "0.1.4"
32+
version = "0.1.5"
3233

3334
[features]
3435
default = ["communication"]
@@ -40,7 +41,7 @@ util = ["tokio/sync"]
4041

4142
[dependencies]
4243
async-trait = { version = "0.1" }
43-
bytes = { version = "1.5" }
44+
bytes = { version = "1.6.1" }
4445
mediatype = "0.19"
4546
protobuf = { version = "3.3", features = ["with-bytes"] }
4647
rand = { version = "0.8" }

0 commit comments

Comments
 (0)