From ab8bd69ff4d01b46990f55f152b627e875771faa Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Sun, 2 Jun 2024 11:03:37 -0300 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20v0.3.1?= 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 ebe13ae..a6ca1d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1929,7 +1929,7 @@ dependencies = [ [[package]] name = "rustler-core" -version = "0.3.0" +version = "0.3.1" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ae3b98c..b2de5fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustler-core" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "๐ŸŽ ยป rustler-core market data extractor core functionality" authors = ["Lucas Colombo "]