We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e69b5 commit 0ae2b72Copy full SHA for 0ae2b72
.travis.yml
@@ -1,6 +1,6 @@
1
language: rust
2
rust:
3
- - 1.31.0
+ - 1.34.0
4
5
# all unlabeled jobs run at test. Only if all "test" jobs finish, will the publish job run
6
stages:
COPYRIGHT
@@ -0,0 +1 @@
+Copyright (c) 2018-Present IronCore Labs Inc. All rights reserved.
README.md
@@ -121,3 +121,6 @@ const recrypt = require('index.node');
121
+ From this repos root, run `npm i` or `yarn`.
122
+ Run `npm/yarn run compile` to compile the Rust source into a `native/index.node` module.
123
+ Run `npm/yarn run test`.
124
+
125
+Copyright (c) 2018-present IronCore Labs, Inc.
126
+All rights reserved.
0 commit comments