Skip to content

Commit

Permalink
release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hansihe committed Jan 19, 2017
1 parent 35c833b commit 613f966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rustler_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ with-syntex = [
]

[dependencies]
syntex = { version = "=0.50", optional = true }
syntex_syntax = { version = "=0.50", optional = true }
syntex = { version = "=0.56", optional = true }
syntex_syntax = { version = "=0.56", optional = true }

syn = { version = "=0.9", features = ["aster", "visit"] }
syn = { version = "=0.10", features = ["aster", "visit"] }
quote = "=0.3"
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.5.0",
version: "0.6.0",
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 613f966

Please sign in to comment.