Skip to content

Commit

Permalink
v0.8.2: upgraded to kamu-cli v0.145.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Oct 15, 2023
1 parent 05be219 commit 9f8a5fb
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ resolver = "2"

[workspace.dependencies]
# Utils
container-runtime = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.1", version = "0.145.1", default-features = false }
internal-error = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.1", version = "0.145.1", default-features = false }
container-runtime = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.2", version = "0.145.2", default-features = false }
internal-error = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.2", version = "0.145.2", default-features = false }
# Domain
opendatafabric = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.1", version = "0.145.1", default-features = false }
kamu-task-system = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.1", version = "0.145.1", default-features = false }
opendatafabric = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.2", version = "0.145.2", default-features = false }
kamu-task-system = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.2", version = "0.145.2", default-features = false }
# Infra
kamu = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.1", version = "0.145.1", default-features = false }
kamu-task-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.1", version = "0.145.1", default-features = false }
kamu-adapter-graphql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.1", version = "0.145.1", default-features = false }
kamu-adapter-http = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.1", version = "0.145.1", default-features = false }
kamu-adapter-oauth = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.1", version = "0.145.1", default-features = false }
kamu-adapter-auth-oso = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.1", version = "0.145.1", default-features = false }
kamu = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.2", version = "0.145.2", default-features = false }
kamu-task-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.2", version = "0.145.2", default-features = false }
kamu-adapter-graphql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.2", version = "0.145.2", default-features = false }
kamu-adapter-http = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.2", version = "0.145.2", default-features = false }
kamu-adapter-oauth = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.2", version = "0.145.2", default-features = false }
kamu-adapter-auth-oso = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.145.2", version = "0.145.2", default-features = false }

[workspace.package]
version = "0.8.1"
version = "0.8.2"
edition = "2021"
homepage = "https://github.com/kamu-data/kamu-platform"
repository = "https://github.com/kamu-data/kamu-platform"
Expand Down

0 comments on commit 9f8a5fb

Please sign in to comment.