Skip to content

Commit

Permalink
release: 0.8.0-beta.1 (config Cargo.toml files and clean up after a m…
Browse files Browse the repository at this point in the history
…erge) (#80)
  • Loading branch information
khorolets authored Jun 6, 2023
1 parent 67fede7 commit 661791f
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 1,221 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [

# cargo-workspaces
[workspace.package]
version = "0.8.0"
version = "0.8.0-beta.1"
license = "MIT OR Apache-2.0"
repository = "https://github.com/near/near-lake-framework"
description = "Library to connect to the NEAR Lake S3 and stream the data"
Expand Down
63 changes: 0 additions & 63 deletions blocks/000000879765/block.json

This file was deleted.

239 changes: 0 additions & 239 deletions blocks/000000879765/shard_0.json

This file was deleted.

8 changes: 5 additions & 3 deletions lake-context-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "lake-context-derive"
version.workspace = true
# version = "0.0.0" # managed by cargo-workspaces
description = "Derive macro for LakeContext"
edition = "2021"
version.workspace = true
license.workspace = true
repository.workspace = true

[lib]
proc-macro = true

[dependencies]
syn = "2.0"
quote = "1.0"
quote = "1.0"
7 changes: 5 additions & 2 deletions lake-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "near-lake-framework"
version.workspace = true
description = "Library to connect to the NEAR Lake S3 and stream the data"
edition = "2021"
version.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
aws-config = "0.53.0"
Expand Down Expand Up @@ -32,7 +35,7 @@ regex = "1.5.4"
once_cell = "1.8.0"

# used in the doc examples
diesel = { version = "2", features= ["postgres_backend", "postgres"] }
diesel = { version = "2", features = ["postgres_backend", "postgres"] }

# used by with_context_parent_tx_cache example
lake-parent-transaction-cache = { path = "../lake-parent-transaction-cache" }
7 changes: 5 additions & 2 deletions lake-parent-transaction-cache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "lake-parent-transaction-cache"
version.workspace = true
description = "Ready-to-use context for the Lake Framework in Rust. It provides a cache for keeping the relation between transactions and receipts in cache."
edition = "2021"
version.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
cached = "0.43.0"
Expand All @@ -10,4 +13,4 @@ derive_builder = "0.12.0"
near-lake-framework = { path = "../lake-framework" }

[dev-dependencies]
anyhow = "1.0.44"
anyhow = "1.0.44"
6 changes: 5 additions & 1 deletion lake-primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "near-lake-primitives"
version.workspace = true
description = "Primitives for NEAR Lake"
edition = "2021"
version.workspace = true
license.workspace = true
repository.workspace = true


[dependencies]
anyhow = "1.0.51"
Expand Down
Loading

0 comments on commit 661791f

Please sign in to comment.