Skip to content

Commit

Permalink
rustler release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hansihe committed Feb 3, 2017
1 parent 9c576a9 commit 86d3bbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rustler"
description = "Safe Rust wrappers for creating Erlang NIF functions"
repository = "https://github.com/hansihe/Rustler"
version = "0.12.0"
version = "0.13.0"
authors = ["Hansihe <me@hansihe.com>"]
license = "MIT/Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion rustler_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rustler_codegen"
description = "Compiler plugin for Rustler"
repository = "https://github.com/hansihe/Rustler/tree/master/rustler_codegen"
version = "0.12.0"
version = "0.13.0"
authors = ["Hansihe <hansihe@hansihe.com>"]
license = "BSD-2-Clause"

Expand Down
2 changes: 1 addition & 1 deletion rustler_mix/lib/rustler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule Rustler do
end

@doc false
def rustler_version, do: "0.12.0"
def rustler_version, do: "0.13.0"

@doc """
Supported NIF API versions.
Expand Down
2 changes: 1 addition & 1 deletion rustler_mix/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Rustler.Mixfile do

def project do
[app: :rustler,
version: "0.7.0",
version: "0.8.0",
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 86d3bbc

Please sign in to comment.