From dbd234c78a84268545c2f3b6e6028d9b098eae07 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Wed, 5 Jun 2024 08:18:21 -0300 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f6d8b1..f139daf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1929,7 +1929,7 @@ dependencies = [ [[package]] name = "rustler-core" -version = "0.3.3" +version = "0.3.4" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b14cac4..75e19fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustler-core" -version = "0.3.3" +version = "0.3.4" edition = "2021" description = "๐ŸŽ ยป rustler-core market data extractor core functionality" authors = ["Lucas Colombo "]