Skip to content

Commit

Permalink
pinned core version
Browse files Browse the repository at this point in the history
  • Loading branch information
kragall committed Mar 25, 2022
1 parent b7ea437 commit 18ca014
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install minimal nightly
- name: Install minimal stable
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
override: true
# TODO: do not use caching for actual release builds, aka ones that start with v*
- uses: Swatinem/rust-cache@v1
Expand Down
2 changes: 1 addition & 1 deletion clearing-house-app/ch-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
biscuit = { git = "https://github.com/lawliet89/biscuit", branch = "master" }
core-lib = { git = "https://github.com/Fraunhofer-AISEC/ids-clearing-house-core.git" }
core-lib = { git = "https://github.com/Fraunhofer-AISEC/ids-clearing-house-core.git", tag = "v0.7.5" }
chrono = { version = "0.4", features = ["serde"] }
error-chain = "0.12.4"
fern = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion clearing-house-app/clearing-house-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
biscuit = { git = "https://github.com/lawliet89/biscuit", branch = "master" }
core-lib = { git = "https://github.com/Fraunhofer-AISEC/ids-clearing-house-core.git" }
core-lib = { git = "https://github.com/Fraunhofer-AISEC/ids-clearing-house-core.git", tag = "v0.7.5" }
ch-lib = { path = "../ch-lib"}
chrono = { version = "0.4", features = ["serde"] }
error-chain = "0.12.1"
Expand Down

0 comments on commit 18ca014

Please sign in to comment.