File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ golang 1.22.0
2
2
nodejs 16.20.2
3
3
shellcheck 0.7.1
4
4
yarn 1.22.22
5
- rust 1.74 .0
5
+ rust 1.78 .0
6
6
python 3.11.9
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ - Bumped MSRV to Rust 1.78.0.
6
+
5
7
## v0.5.2
6
8
7
9
SCIP schema:
Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ SCIP (pronunciation: "skip") is a language-agnostic protocol for indexing source
9
9
repository = " https://github.com/sourcegraph/scip"
10
10
readme = " ../../README.md"
11
11
12
- # We need >= 1.60.0 because the generated code uses
13
- # https://doc.rust-lang.org/std/vec/struct.Vec.html#method.spare_capacity_mut
14
- rust-version = " 1.60.0"
12
+ # We need >= 1.78.0 because: we only test against that
13
+ # in the CI (we use protobuf-codegen in CI, and that
14
+ # has Cargo.lock version 4, which requires Rust >= 1.78.0).
15
+ # https://github.com/solana-foundation/anchor/issues/3392#issuecomment-2508412018
16
+ rust-version = " 1.78.0"
15
17
16
18
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
17
19
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ include = [
14
14
" src/*" ,
15
15
]
16
16
17
+ rust-version = " 1.78.0"
18
+
17
19
[lib ]
18
20
path = " bindings/rust/lib.rs"
19
21
You can’t perform that action at this time.
0 commit comments