Skip to content

Commit

Permalink
Resolves warning about dependency resolver version
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Dec 2, 2024
1 parent eb34996 commit 6e25302
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[workspace]
members = [
"core",
"substreams-near"
]
members = ["core", "substreams-near"]
resolver = "2"

[profile.release]
lto = true
Expand All @@ -12,12 +10,12 @@ strip = "debuginfo"
[workspace.package]
version = "0.10.0"
edition = "2021"
description = "Substreams development kit for near chains, contains Firehose Block model and helpers."
description = "Substreams development kit for NEAR chains, contains Firehose Block model and helpers."
homepage = "https://substreams.streamingfast.io/"
repository = "https://github.com/streamingfast/substreams-ethereum/tree/develop/substreams-near"
license = "Apache-2.0"
readme = "README.md"
keywords = [ "substreams", "near", "streamingfast", "firehose", "thegraph"]
keywords = ["substreams", "near", "streamingfast", "firehose", "thegraph"]
categories = ["api-bindings", "external-ffi-bindings", "wasm"]
rust-version = "1.71.1"

Expand Down
3 changes: 1 addition & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ keywords.workspace = true
categories.workspace = true
rust-version.workspace = true


[dependencies]
prost = { version = "0.13" }
prost-types = "0.13"
Expand All @@ -25,4 +24,4 @@ prost-build = "0.13"
anyhow = "1"

[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["custom"] }
getrandom = { version = "0.2", features = ["custom"] }

0 comments on commit 6e25302

Please sign in to comment.