We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b62fb2 commit cb7c9daCopy full SHA for cb7c9da
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# 0.3.0-rust-1.44.1
2
3
-* Put unzipped `boostrap` and `boostrap.debug` files under `target/lambda/${PROFILE}/output/${BIN}` dir
+* Put unzipped `boostrap` and `bootstrap.debug` files under `target/lambda/${PROFILE}/output/${BIN}` dir
4
to allow for using these artifacts without an intermediate `.zip` file creation step.
5
* Introduce `$PACKAGE` env var. Setting `-e PACKAGE=false` prevents `.zip` archive from
6
being created and `package` hook from running.
Makefile
@@ -1,4 +1,4 @@
-VERSION ?= 0.2.7
+VERSION ?= 0.3.0
RUST_VERSION ?= 1.44.1
REPO ?= softprops/lambda-rust
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
0 commit comments