Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update distribution used for CI in order to test against the last Rust versions #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: linux
dist: focal
dist: noble
language: generic
addons:
apt:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ cargo cargo install --features bins --path .
or

- `cargo build --features bins` : to just compile and leave the binaries in
`target/debug` folder.
`target/debug` folder.
- `cargo build --release --features bins` : to just compile in release mode
and leave the binaries in `target/release` folder.
and leave the binaries in `target/release` folder.

```text
$ proof-converter --help
Expand Down
2 changes: 1 addition & 1 deletion ci/tests/015-cargo-clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cd "${RUST_SUBFOLDER}" || exit

# Running cargo fmt
echo "" && echo "=== Running cargo clippy ===" && echo ""
env -u RUSTFLAGS cargo $CARGOARGS clippy
env -u RUSTFLAGS cargo $CARGOARGS clippy -- --deny warnings