File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1- rust 1.83 .0
2- wasmer v6.0.0-beta.1
1+ fasltly 11.3 .0
2+ rust 1.87.0
Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626### Security
2727- in case of vulnerabilities
2828
29+ ## [ Unreleased]
30+
31+ ### Changed
32+ - Upgrade to rust 1.87.0
33+ - Upgrade to fastly-cli 11.3.0
34+
2935## [ 1.0.6] - 2025-05-29
3036
3137### Changed
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ brew install fastly/tap/fastly
5050fastly version
5151```
5252
53- :warning : fastly cli version should be at least v11.1 .0
53+ :warning : fastly cli version should be at least v11.3 .0
5454
5555#### Create profile and follow interactive prompt for pasting your API Token created earlier:
5656``` sh
@@ -63,7 +63,7 @@ fastly profile create
6363``` sh
6464brew install asdf
6565asdf plugin add rust
66- asdf install rust 1.83.0
66+ asdf install rust $( grep ' ^rust ' .tool-versions | awk ' {print $2} ' )
6767asdf reshim
6868```
6969
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.83 .0"
2+ channel = " 1.87 .0"
33targets = [ " wasm32-wasip1" ]
You can’t perform that action at this time.
0 commit comments