Skip to content
Snippets Groups Projects
Commit cba2a2e0 authored by Stephen D's avatar Stephen D
Browse files

version bump and CI fix

parent 61813ede
No related branches found
No related tags found
1 merge request!4Async
Pipeline #518 passed
......@@ -3,13 +3,13 @@ image: "rust:latest"
before_script:
- rustup component add rustfmt
- rustup component add clippy
- cargo install --git https://gitlab.scd31.com/stephen/tcp-relay
- cargo install --git https://gitlab.scd31.com/stephen/kiss-relay
- trap 'kill $(jobs -p)' EXIT
test:
script:
- cargo fmt -- --check
- cargo clippy --all-targets --all-features -- -D warnings
- relay &
- kiss-relay &
- sleep 1
- cargo test --release
[package]
name = "minipac"
version = "0.2.0"
version = "0.3.0"
edition = "2018"
repository = "https://gitlab.scd31.com/stephen/minipac"
authors = ["Stephen D"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment