Add rust-toolchain file

This commit is contained in:
Christopher Berner 2023-11-25 07:31:46 -08:00
parent c8e03c4641
commit 442412fc70
3 changed files with 2 additions and 4 deletions

@ -22,7 +22,7 @@ jobs:
~/.cargo/registry/cache/ ~/.cargo/registry/cache/
~/.cargo/git/db/ ~/.cargo/git/db/
target/ target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml', '.github/workflows/*.yml') }} key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml', '.github/workflows/*.yml', 'rust-toolchain') }}
- name: Install Python - name: Install Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
@ -31,7 +31,6 @@ jobs:
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable
components: rustfmt, clippy components: rustfmt, clippy
- name: Install cargo-deny - name: Install cargo-deny

@ -17,8 +17,6 @@ Reconstruction probability after receiving K + h packets = 1 - 1/256^(h + 1). Wh
original message, and h is the number of additional packets received. original message, and h is the number of additional packets received.
See "RaptorQ Technical Overview" by Qualcomm See "RaptorQ Technical Overview" by Qualcomm
This crate requires Rust 1.46 or newer.
### Examples ### Examples
See the `examples/` directory for usage. See the `examples/` directory for usage.

1
rust-toolchain Normal file

@ -0,0 +1 @@
1.65