Skip to content

Commit

Permalink
try to match dfx-core agent dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Nov 8, 2024
1 parent 8d29cb6 commit c4b74d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 92 deletions.
100 changes: 11 additions & 89 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0"
repository = "https://github.com/dfinity/dfx-extensions"

[workspace.dependencies]
dfx-core = { git = "https://github.com/dfinity/sdk", rev = "72cb25775dd9edec0a01b6ae3d4763485bd0a72e" }
dfx-core = "0.1.1"
dfx-extensions-utils.path = "./extensions-utils"

anyhow = "^1"
Expand All @@ -21,8 +21,8 @@ flate2 = { version = "1.0.25", default-features = false, features = [
] }
fn-error-context = "0.2.1"
futures-util = "0.3.28"
ic-agent = { git = "https://github.com/dfinity/agent-rs", rev = "729398880545a1f49a4c6286d0dd0c94254b236f" }
ic-utils = { git = "https://github.com/dfinity/agent-rs", rev = "729398880545a1f49a4c6286d0dd0c94254b236f" }
ic-agent = "=0.38.0"
ic-utils = "=0.38.0"
reqwest = { version = "^0.11.22", default-features = false, features = [
"blocking",
"json",
Expand Down

0 comments on commit c4b74d7

Please sign in to comment.