Skip to content

Commit 4c9ff38

Browse files
authored
1. update nearcore dependecies (#124)
2. make provider pub mod
1 parent 638f8dc commit 4c9ff38

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ categories = ["asynchronous", "api-bindings", "network-programming"]
88
keywords = ["near", "near-lake", "near-indexer"]
99
authors = ["Near Inc <hello@nearprotocol.com>"]
1010
edition = "2021"
11-
rust-version = "1.81.0"
11+
rust-version = "1.86.0"
1212

1313
# cargo-workspaces
1414
[workspace.metadata.workspaces]
15-
version = "0.7.12"
15+
version = "0.7.13"
1616

1717
[dependencies]
1818
anyhow = "1.0.79"
@@ -34,7 +34,7 @@ tokio-stream = { version = "0.1.14" }
3434
tracing = "0.1.40"
3535
url = "2.5.4"
3636

37-
near-indexer-primitives = "0.30.0-rc.1"
37+
near-indexer-primitives = "0.31.1"
3838

3939
[lib]
4040
doctest = false

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ pub use near_indexer_primitives;
281281

282282
pub use aws_credential_types::Credentials;
283283

284-
mod providers;
284+
pub mod providers;
285285

286286
pub use providers::fastnear;
287287
pub use providers::s3;

0 commit comments

Comments
 (0)