Skip to content

Commit 9d37c07

Browse files
authored
Adjust readme paths in Cargo.toml files (#15)
1 parent 923fb21 commit 9d37c07

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

rust/Cargo.lock

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

rust/crates/report/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
description = "Chainlink Data Streams Report"
66
license = "MIT"
77
repository = "https://github.com/smartcontractkit/data-streams-sdk"
8-
readme = "README.md"
8+
readme = "../../README.md"
99
exclude = ["/target/*", "examples/*"]
1010
keywords = ["chainlink"]
1111

rust/crates/sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ rust-version = "1.70"
66
description = "Chainlink Data Streams client SDK"
77
license = "MIT"
88
repository = "https://github.com/smartcontractkit/data-streams-sdk"
9-
readme = "README.md"
9+
readme = "../../README.md"
1010
exclude = ["/target/*", "examples/*", "tests/*", "docs/*", "book/*"]
1111
keywords = ["chainlink"]
1212

1313
[dependencies]
14-
chainlink-data-streams-report = "0.0.1"
14+
chainlink-data-streams-report = { path = "../report", version = "0.0.1" }
1515
reqwest = { version = "0.11.20", features = ["json", "rustls-tls"] }
1616
tokio = { version = "1.29.1", features = ["full"] }
1717
tokio-tungstenite = { version = "0.20.1", features = [

0 commit comments

Comments
 (0)