Skip to content

Commit 9aae2be

Browse files
authored
Upgrade rust to 1.87.0 and fastly-cli to 11.3.0
1 parent 0715276 commit 9aae2be

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rust 1.83.0
2-
wasmer v6.0.0-beta.1
1+
fasltly 11.3.0
2+
rust 1.87.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ members = [
44
"crates/common",
55
"crates/fastly",
66
]
7+
8+
[profile.release]
9+
debug = 1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ brew install fastly/tap/fastly
5050
fastly 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
6464
brew install asdf
6565
asdf plugin add rust
66-
asdf install rust 1.83.0
66+
asdf install rust $(grep '^rust ' .tool-versions | awk '{print $2}')
6767
asdf reshim
6868
```
6969

crates/common/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ edition = "2021"
88
publish = false
99
license = "Apache-2.0"
1010

11-
[profile.release]
12-
debug = 1
13-
1411
[dependencies]
1512
chrono = "0.4"
1613
config = "0.15.11"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.83.0"
2+
channel = "1.87.0"
33
targets = [ "wasm32-wasip1" ]

0 commit comments

Comments
 (0)