Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Herman committed Feb 20, 2017
1 parent e7990c1 commit 62c47ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.1.13

* Bump to match neon 0.1.13.

# Version 0.1.12

* Depend on `neon-build` as a build dependency (see #46).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neon-cli",
"version": "0.1.12",
"version": "0.1.13",
"description": "Build and load native Rust/Neon modules.",
"author": "Dave Herman <dherman@mozilla.com>",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions templates/Cargo.toml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "{{project.name.cargo.internal}}"
crate-type = ["dylib"]

[build-dependencies]
neon-build = "0.1.12"
neon-build = "0.1.13"

[dependencies]
neon = "0.1.12"
neon = "0.1.13"

0 comments on commit 62c47ed

Please sign in to comment.