Skip to content

Commit e8ea894

Browse files
committed
fix: align CI with dependency MSRV
1 parent 27966db commit e8ea894

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Rust
3131
uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4
3232
with:
33-
toolchain: 1.88.0
33+
toolchain: 1.89.0
3434
components: rustfmt, clippy
3535

3636
- name: Setup Protobuf

.github/workflows/publish-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup Rust
5858
uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4
5959
with:
60-
toolchain: 1.88.0
60+
toolchain: 1.89.0
6161
targets: ${{ matrix.target }}
6262

6363
- name: Setup Protobuf
@@ -121,7 +121,7 @@ jobs:
121121
- name: Setup Rust metadata toolchain
122122
uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4
123123
with:
124-
toolchain: 1.88.0
124+
toolchain: 1.89.0
125125

126126
- name: Setup Protobuf
127127
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "opencode-memory"
33
version = "0.2.0"
44
edition = "2024"
55
license = "MIT"
6-
rust-version = "1.88"
6+
rust-version = "1.89"
77
description = "Native zvec-backed project memory sidecar for OpenCode plugins"
88
repository = "https://github.com/nguyenthdat/opencode-native-memory"
99
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The Protobuf schema is `schema/memory.proto`. Rust bindings are generated at Car
140140

141141
## Development
142142

143-
Requirements: Bun 1.3+, Rust 1.88+, and `protoc`.
143+
Requirements: Bun 1.3+, Rust 1.89+, and `protoc`.
144144

145145
```sh
146146
bun install

0 commit comments

Comments
 (0)