Skip to content

Commit 23c0a3e

Browse files
authored
Merge pull request #47 from softprops/rust-1.39.0
upgrade to rust 1.39.0
2 parents fe90d0b + 2373634 commit 23c0a3e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.6-rust-1.39.0
2+
3+
* Upgrade to Rust [`1.39.0`](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html)
4+
15
# 0.2.6-rust-1.38.0
26

37
* Debug info in `release` profiles is now only included when a `DEBUGINFO` env variable is provided. This perserves previous behavior and makes enabling this an opt-in feature for `release` binaries

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION ?= 0.2.6
2-
RUST_VERSION ?= 1.38.0
2+
RUST_VERSION ?= 1.39.0
33
REPO ?= softprops/lambda-rust
44
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
55

0 commit comments

Comments
 (0)