Skip to content

Commit 7530bbf

Browse files
authored
Prepare chainlink_data_streams_sdk crate for v1.0.1 release (#24)
This PR prepares `chainlink_data_streams_sdk` crate for v1.0.1 release for backward compatibility reasons
1 parent 74c3aea commit 7530bbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rust/Cargo.lock

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

rust/crates/sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chainlink-data-streams-sdk"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
rust-version = "1.70"
66
description = "Chainlink Data Streams client SDK"
@@ -11,7 +11,7 @@ exclude = ["/target/*", "examples/*", "tests/*", "docs/*", "book/*"]
1111
keywords = ["chainlink"]
1212

1313
[dependencies]
14-
chainlink-data-streams-report = { path = "../report", version = "1.0.0" }
14+
chainlink-data-streams-report = { path = "../report", version = "1.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)