Skip to content

Commit 103d663

Browse files
committed
be less perscriptive with default cargo flags
1 parent bc1ccf1 commit 103d663

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ custom:
5959
# serverless-rust plugin settings
6060
rust:
6161
# flags passed to cargo
62-
cargoFlags: '--features python3-sys'
62+
cargoFlags: '--features lando/python3-sys'
6363
# custom docker tag
6464
dockerTag: 'some-custom-tag'
6565
```

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ServerlessPlugin {
2020
};
2121
this.custom = Object.assign(
2222
{
23-
cargoFlags: "--features python3-sys",
23+
cargoFlags: "",
2424
dockerTag: "0.0.0-rust-1.26.1"
2525
},
2626
this.serverless.service.custom && this.serverless.service.custom.rust || {}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-rust",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Serverless framework plugin for Rustlang applications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)