Skip to content

Commit cff2b3a

Browse files
authored
Merge pull request #57 from softprops/rust-1.42.0
bump rust version
2 parents 45df3b3 + 998a6b1 commit cff2b3a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.6-rust-1.42.0
2+
3+
* Upgrade to Rust [`1.42.0`](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html)
4+
15
# 0.2.6-rust-1.41.0
26

37
* Upgrade to Rust [`1.41.0`](https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html)

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018 Doug Tangren
1+
Copyright (c) 2020 Doug Tangren
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

Makefile

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ $ unzip -o \
102102
# Ctrl-D to yield control back to your function
103103
```
104104

105-
Doug Tangren (softprops) 2018
105+
Doug Tangren (softprops) 2020

0 commit comments

Comments
 (0)