From 7be7994180607595c80f0743b467dd8a840ce585 Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Tue, 19 Mar 2024 15:07:13 -0400 Subject: [PATCH] bump up version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 481418c..aec9d3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ opt-level = 's' strip = "debuginfo" [workspace.package] -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "Substreams development kit for Antelope chains, contains Firehose Block model and helpers." authors = ["Fred ", "Denis ", "Yaro "] @@ -22,7 +22,7 @@ readme = "README.md" keywords = [ "substreams", "antelope", "pinax", "firehose", "thegraph"] categories = ["api-bindings", "external-ffi-bindings", "wasm"] license = "MIT OR Apache-2.0" -rust-version = "1.69" +rust-version = "1.75" [workspace.dependencies] substreams-antelope = { version = "0.*", path = "./substreams-antelope" }