Skip to content

Commit

Permalink
chore: rust version update
Browse files Browse the repository at this point in the history
* Details #66 (comment)
* Also simplifies ci a bit removing unused configs
  • Loading branch information
helio-frota authored and dejanb committed May 31, 2024
1 parent bc78540 commit 5ecaf5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Run tests
run: |
GUAC_URL=http://localhost:8085/query cargo llvm-cov test --fail-under-functions 80 | tee cov.txt
echo "COVERAGE=$(cat cov.txt | grep "TOTAL" | awk '{print $4}' | sed 's/%//g')" >> $GITHUB_ENV
GUAC_URL=http://localhost:8085/query cargo llvm-cov test
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ async-nats = "0.35.1"
async-trait = "0.1"
chrono = "0.4.23"
clap = "4.5.0"
colored_json = "4.1.0"
colored_json = "5.0.0"
env_logger = "0.11.1"
exporter = { git = "https://github.com/trustification/trustification.git", tag = "v0.1.0-nightly.9382a428" }
graphql_client = "0.13.0"
graphql_client = "0.14.0"
humantime = "2.1.0"
packageurl = "0.3.0"
packageurl = "0.4.0"
prost = "0.12.3"
reqwest = "0.11"
serde = "1.0.114"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.75.0"
channel = "1.77.2"
components = [ "rustfmt" ]

0 comments on commit 5ecaf5d

Please sign in to comment.