File tree Expand file tree Collapse file tree 6 files changed +14
-8
lines changed
Expand file tree Collapse file tree 6 files changed +14
-8
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 @@ -4,3 +4,6 @@ members = [
44 " crates/common" ,
55 " crates/fastly" ,
66]
7+
8+ [profile .release ]
9+ debug = 1
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 @@ -8,9 +8,6 @@ edition = "2021"
88publish = false
99license = " Apache-2.0"
1010
11- [profile .release ]
12- debug = 1
13-
1411[dependencies ]
1512chrono = " 0.4"
1613config = " 0.15.11"
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