Skip to content

Commit

Permalink
Merge pull request #39 from golemfactory/generalized-ya-client-dep
Browse files Browse the repository at this point in the history
Make ya-client-model dependency more flexible
  • Loading branch information
scx1332 authored Sep 6, 2024
2 parents 5ccb78e + 800d710 commit 2723e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde_json = "1.0"
serde_json_canonicalizer = "0.2.0"
thiserror = "1.0"
url = { version = "2.2", features = ["serde"] }
ya-client-model = "0.6"
ya-client-model = "0"

[dev-dependencies]
test-case = "3.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_json = { version = "1.0", features = ["preserve_order"] }
crossterm = { version = "0.26.1", optional = true }
tui = { package = "ratatui", version = "0.21.0", optional = true }
url = { version = "2.3", features = ["serde"], optional = true }
ya-client-model = { version = "0.6", optional = true }
ya-client-model = { version = "0", optional = true }

openpgp-card = { version = "0.3.5", optional = true }
openpgp-card-pcsc = { version = "0.3.1", optional = true }
Expand Down

0 comments on commit 2723e07

Please sign in to comment.