From 44785981ba80016c8bfe8b01f41de2d2850c3fd3 Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Fri, 7 Oct 2022 09:35:45 -0300 Subject: [PATCH] Bump wasmtime_ex to 0.3.0 --- README.md | 2 +- mix.exs | 2 +- native/wasmtime_ex/Cargo.lock | 2 +- native/wasmtime_ex/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d544de..31fde0e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can add `wasmtime` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:wasmtime, "~> 0.2.0"} + {:wasmtime, "~> 0.3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 83f9cb7..4eec7d4 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Wasmtime.MixProject do def project do [ app: :wasmtime, - version: "0.2.0", + version: "0.3.0", elixir: "~> 1.10", start_permanent: Mix.env() == :prod, compilers: Mix.compilers(), diff --git a/native/wasmtime_ex/Cargo.lock b/native/wasmtime_ex/Cargo.lock index a8b3ab2..8a48bbc 100644 --- a/native/wasmtime_ex/Cargo.lock +++ b/native/wasmtime_ex/Cargo.lock @@ -1547,7 +1547,7 @@ dependencies = [ [[package]] name = "wasmtime_ex" -version = "0.2.0" +version = "0.3.0" dependencies = [ "crossbeam", "lazy_static", diff --git a/native/wasmtime_ex/Cargo.toml b/native/wasmtime_ex/Cargo.toml index ff29b50..68da276 100644 --- a/native/wasmtime_ex/Cargo.toml +++ b/native/wasmtime_ex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmtime_ex" -version = "0.2.0" +version = "0.3.0" authors = [] edition = "2018"