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 cd0db66 commit 3977aeeCopy full SHA for 3977aee
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.1.4 (unreleased)
2
+
3
+* bump lambda rust docker version to 0.1.0-rust-1.27.2
4
5
# 0.1.3
6
7
* bump lambda rust docker version to 0.1.0-rust-1.27.0
index.js
@@ -22,7 +22,7 @@ class ServerlessPlugin {
22
this.custom = Object.assign(
23
{
24
cargoFlags: "",
25
- dockerTag: "0.1.0-rust-1.27.0"
+ dockerTag: "0.1.0-rust-1.27.2"
26
},
27
this.serverless.service.custom && this.serverless.service.custom.rust || {}
28
);
0 commit comments