Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change Rust edition to 2018
  • Loading branch information
shinglyu authored May 11, 2022
commit 999c0b1879f12ecfb6c5363ae29b0708b6fd3aeb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To run this function, you need the `lambda_runtime`, `serde_json` and `tokio` cr
[package]
name = "basic"
version = "0.0.1
edition = "2021"
edition = "2018"

[dependencies]
lambda_runtime = "*"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm using "*" to avoid having to update this README everytime a new version is released.

Expand Down