Skip to content

Commit d813d09

Browse files
author
Ernie Turner
authored
Bump to official Neon release (#29)
1 parent 7f97529 commit d813d09

File tree

4 files changed

+502
-417
lines changed

4 files changed

+502
-417
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.2
2+
3+
+ Depend on official release of Neon 0.3.
4+
15
## 0.5.1
26

37
### Breaking Changes

native/Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@ crate-type = ["dylib"]
99

1010
[dependencies]
1111
recrypt = "~0.8"
12-
neon = "~0.2.0"
13-
14-
[patch.crates-io]
15-
neon = { git = 'https://github.com/kjvalencik/neon', rev = '5d877ac0' }
16-
neon-runtime = { git = 'https://github.com/kjvalencik/neon', rev = '5d877ac0' }
12+
neon = "~0.3"
1713

1814
[build-dependencies]
19-
neon-build = "0.2.0"
15+
neon-build = "~0.3"
2016

2117
[profile.release]
2218
lto = true

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironcorelabs/recrypt-node-binding",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Bindings to allow the recrypt-rs library to work via NodeJS.",
55
"repository": {
66
"type": "git",
@@ -31,11 +31,11 @@
3131
"node-pre-gyp": "^0.13.0"
3232
},
3333
"devDependencies": {
34-
"@types/node": "^12.7.1",
34+
"@types/node": "^12.7.2",
3535
"benchmark": "^2.1.4",
36-
"jest": "^24.8.0",
36+
"jest": "^24.9.0",
3737
"jest-extended": "^0.11.2",
38-
"neon-cli": "^0.2.0",
38+
"neon-cli": "^0.3.1",
3939
"shelljs": "^0.8.3"
4040
},
4141
"prettier": {

0 commit comments

Comments
 (0)