Skip to content

Commit

Permalink
Version bump for Hotfix in core
Browse files Browse the repository at this point in the history
  • Loading branch information
kragall committed Apr 6, 2022
1 parent 18ca014 commit 78393ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clearing-house-app/ch-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ch-lib"
version = "0.7.5"
version = "0.7.6"
authors = [
"Mark Gall <mark.gall@aisec.fraunhofer.de>",
"Georg Bramm <georg.bramm@aisec.fraunhofer.de>",
Expand All @@ -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", tag = "v0.7.5" }
core-lib = { git = "https://github.com/Fraunhofer-AISEC/ids-clearing-house-core.git", tag = "v0.7.6" }
chrono = { version = "0.4", features = ["serde"] }
error-chain = "0.12.4"
fern = "0.5"
Expand Down
4 changes: 2 additions & 2 deletions clearing-house-app/clearing-house-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clearing-house-api"
version = "0.7.5"
version = "0.7.6"
authors = [
"Mark Gall <mark.gall@aisec.fraunhofer.de>",
"Georg Bramm <georg.bramm@aisec.fraunhofer.de>",
Expand All @@ -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", tag = "v0.7.5" }
core-lib = { git = "https://github.com/Fraunhofer-AISEC/ids-clearing-house-core.git", tag = "v0.7.6" }
ch-lib = { path = "../ch-lib"}
chrono = { version = "0.4", features = ["serde"] }
error-chain = "0.12.1"
Expand Down

0 comments on commit 78393ad

Please sign in to comment.