From 75dd1ee9ae21243e2c99031b63bb32c1d8a8cee1 Mon Sep 17 00:00:00 2001 From: Ryota Kinukawa Date: Mon, 12 Feb 2024 15:51:54 +0900 Subject: [PATCH] Bump version to v0.2.0-rc.2 --- mix.exs | 2 +- native/zenohex_nif/Cargo.lock | 2 +- native/zenohex_nif/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index 479df61..190ec10 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Zenohex.MixProject do use Mix.Project - @version "0.2.0-rc.1" + @version "0.2.0-rc.2" @source_url "https://github.com/b5g-ex/zenohex" def project do diff --git a/native/zenohex_nif/Cargo.lock b/native/zenohex_nif/Cargo.lock index ce6e395..c658e0f 100644 --- a/native/zenohex_nif/Cargo.lock +++ b/native/zenohex_nif/Cargo.lock @@ -3322,7 +3322,7 @@ dependencies = [ [[package]] name = "zenohex_nif" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" dependencies = [ "flume", "futures", diff --git a/native/zenohex_nif/Cargo.toml b/native/zenohex_nif/Cargo.toml index 7918c17..d444b93 100644 --- a/native/zenohex_nif/Cargo.toml +++ b/native/zenohex_nif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zenohex_nif" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" authors = [] edition = "2021"