File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ custom:
59
59
# serverless-rust plugin settings
60
60
rust :
61
61
# flags passed to cargo
62
- cargoFlags : ' --features python3-sys'
62
+ cargoFlags : ' --features lando/ python3-sys'
63
63
# custom docker tag
64
64
dockerTag : ' some-custom-tag'
65
65
` ` `
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class ServerlessPlugin {
20
20
} ;
21
21
this . custom = Object . assign (
22
22
{
23
- cargoFlags : "--features python3-sys " ,
23
+ cargoFlags : "" ,
24
24
dockerTag : "0.0.0-rust-1.26.1"
25
25
} ,
26
26
this . serverless . service . custom && this . serverless . service . custom . rust || { }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-rust" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " Serverless framework plugin for Rustlang applications" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments