File tree Expand file tree Collapse file tree 4 files changed +502
-417
lines changed Expand file tree Collapse file tree 4 files changed +502
-417
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.2
2
+
3
+ + Depend on official release of Neon 0.3.
4
+
1
5
## 0.5.1
2
6
3
7
### Breaking Changes
Original file line number Diff line number Diff line change @@ -9,14 +9,10 @@ crate-type = ["dylib"]
9
9
10
10
[dependencies ]
11
11
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"
17
13
18
14
[build-dependencies ]
19
- neon-build = " 0.2.0 "
15
+ neon-build = " ~0.3 "
20
16
21
17
[profile .release ]
22
18
lto = true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ironcorelabs/recrypt-node-binding" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " Bindings to allow the recrypt-rs library to work via NodeJS." ,
5
5
"repository" : {
6
6
"type" : " git" ,
31
31
"node-pre-gyp" : " ^0.13.0"
32
32
},
33
33
"devDependencies" : {
34
- "@types/node" : " ^12.7.1 " ,
34
+ "@types/node" : " ^12.7.2 " ,
35
35
"benchmark" : " ^2.1.4" ,
36
- "jest" : " ^24.8 .0" ,
36
+ "jest" : " ^24.9 .0" ,
37
37
"jest-extended" : " ^0.11.2" ,
38
- "neon-cli" : " ^0.2.0 " ,
38
+ "neon-cli" : " ^0.3.1 " ,
39
39
"shelljs" : " ^0.8.3"
40
40
},
41
41
"prettier" : {
You can’t perform that action at this time.
0 commit comments