From d193f93c9658f51ac25ba57b56de505c68c0d4c4 Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Tue, 30 Jul 2024 09:32:24 -0400 Subject: [PATCH] bump up version, rust version --- Cargo.toml | 19 +++++++++---------- rust-toolchain.toml | 6 +++--- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fe71607..2b3cc23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,6 @@ [workspace] resolver = "2" -members = [ - "core", - "substreams-antelope", - "abigen", - "abigen-tests", -] +members = ["core", "substreams-antelope", "abigen", "abigen-tests"] [profile.release] lto = true @@ -13,17 +8,21 @@ opt-level = 's' strip = "debuginfo" [workspace.package] -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "Substreams development kit for Antelope chains, contains Firehose Block model and helpers." -authors = ["Fred ", "Denis ", "Yaro "] +authors = [ + "Fred ", + "Denis ", + "Yaro ", +] homepage = "https://github.com/pinax-network/substreams-antelope" repository = "https://github.com/pinax-network/substreams-antelope" readme = "README.md" -keywords = [ "substreams", "antelope", "pinax", "firehose", "thegraph"] +keywords = ["substreams", "antelope", "pinax", "firehose", "thegraph"] categories = ["api-bindings", "external-ffi-bindings", "wasm"] license = "MIT OR Apache-2.0" -rust-version = "1.75" +rust-version = "1.76" [workspace.dependencies] substreams-antelope = { version = "0.4.*", path = "./substreams-antelope" } diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 65d8468..45bb8d6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.75" -components = [ "rustfmt", "clippy" ] -targets = [ "wasm32-unknown-unknown" ] \ No newline at end of file +channel = "1.76" +components = ["rustfmt", "clippy"] +targets = ["wasm32-unknown-unknown"]