scaleway / serverless-scaleway-functions

Plugin for Serverless Framework to allow users to deploy their serverless applications on Scaleway Functions
MIT License
78 stars 25 forks source link

chore(examples): update rust example #214

Closed Bemilie closed 2 months ago

Bemilie commented 2 months ago

Summary

What's changed?

Update rust example

Why do we need this?

Rust 1.79 is available, whereas Rust 1.65 is end of support. So the example should be with rust 1.79.

How have you tested it?

Deployed the function and checked "Ferris says hello!" was returned when calling the function.

Checklist

Details