Skip to content

Commit 41a490f

Browse files
committed
fix: Prodivde versions to the path-dependencies in Cargo.toml files
1 parent 661791f commit 41a490f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
[workspace.package]
1111
version = "0.8.0-beta.1"
1212
license = "MIT OR Apache-2.0"
13-
repository = "https://github.com/near/near-lake-framework"
13+
repository = "https://github.com/near/near-lake-framework-rs"
1414
description = "Library to connect to the NEAR Lake S3 and stream the data"
1515
categories = ["asynchronous", "api-bindings", "network-programming"]
1616
keywords = ["near", "near-lake", "near-indexer"]

lake-framework/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ tokio = { version = "1.1", features = ["sync", "time", "rt-multi-thread"] }
2222
tokio-stream = { version = "0.1" }
2323
tracing = "0.1.13"
2424

25-
near-lake-primitives = { path = "../lake-primitives" }
26-
lake-context-derive = { path = "../lake-context-derive" }
25+
near-lake-primitives = { path = "../lake-primitives", version = "0.8.0-beta.1" }
26+
lake-context-derive = { path = "../lake-context-derive", version = "0.8.0-beta.1" }
2727

2828
[dev-dependencies]
2929
aws-smithy-http = "0.53.0"

lake-parent-transaction-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository.workspace = true
1010
cached = "0.43.0"
1111
derive_builder = "0.12.0"
1212

13-
near-lake-framework = { path = "../lake-framework" }
13+
near-lake-framework = { path = "../lake-framework", version = "0.8.0-beta.1" }
1414

1515
[dev-dependencies]
1616
anyhow = "1.0.44"

0 commit comments

Comments
 (0)