File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 key : ${{ inputs.rust-version }} # proxy value for glibc version
2929 - if : runner.os == 'Linux'
30- run : cargo install --locked bpf-linker
30+ run : cargo install --locked bpf-linker@0.9.15
3131 shell : bash
Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ concurrency:
1111 cancel-in-progress : true
1212
1313env :
14- MSRV : " 1.85 " # Minimum Supported Rust Version
14+ MSRV : " 1.86 " # Minimum Supported Rust Version
1515
1616jobs :
1717 protobuf :
1818 runs-on : macos-latest
1919 steps :
2020 - uses : mhils/workflows/checkout@5b6540d578f48644ffa5e955cedadc81034cb7d8 # v18.0
21- - run : brew install swift-protobuf
21+ # FIXME: https://github.com/mitmproxy/mitmproxy/issues/7877 - bump SwiftProtobuf and then re-add this here.
22+ # - run: brew install swift-protobuf
2223 - run : cargo install protoc-gen-prost
2324 - run : protoc --proto_path=./src/ipc/ mitmproxy_ipc.proto
2425 --prost_out=./src/ipc/
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 matrix :
2323 include :
2424 - os : windows-latest
25- rust : " 1.85 " # MSRV - can't use variables here.
25+ rust : " 1.86 " # MSRV - can't use variables here.
2626 args : --exclude mitmproxy-linux-ebpf
2727 - os : macos-latest
28- rust : " 1.85 " # MSRV - can't use variables here.
28+ rust : " 1.86 " # MSRV - can't use variables here.
2929 args : --exclude mitmproxy-linux-ebpf
3030 - os : ubuntu-22.04
31- rust : " 1.85 " # MSRV - can't use variables here.
31+ rust : " 1.86 " # MSRV - can't use variables here.
3232 args : --exclude mitmproxy-linux-ebpf
3333 - os : ubuntu-latest
3434 rust : stable
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ version = "0.13.0-dev"
3232publish = false
3333repository = " https://github.com/mitmproxy/mitmproxy-rs"
3434edition = " 2021"
35- rust-version = " 1.85 " # MSRV
35+ rust-version = " 1.86 " # MSRV
3636
3737[workspace .dependencies ]
3838aya = { version = " 0.13.0" , default-features = false }
You can’t perform that action at this time.
0 commit comments