Skip to content

Commit

Permalink
chore: update to rust agent 0.10.0 (dfinity#1921)
Browse files Browse the repository at this point in the history
* chore: update to rust agent 0.10.0

* try common branch hardcoding refs/heads/main

* Revert "try common branch hardcoding refs/heads/main"

This reverts commit f9bc4a1.
  • Loading branch information
ericswanson-dfinity authored Dec 4, 2021
1 parent 1e5ef9b commit fb6b5ef
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ members = [
]

[patch.crates-io.ic-agent]
version = "0.9.0"
version = "0.10.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "c5c2b1ffe5392a48db5c15b1ae47491f5a7fd4d2"
rev = "dc47d2ddb311ff8695d422adac5c8842b152beac"

[patch.crates-io.ic-asset]
version = "0.4.0"
version = "0.10.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "c5c2b1ffe5392a48db5c15b1ae47491f5a7fd4d2"
rev = "dc47d2ddb311ff8695d422adac5c8842b152beac"

[patch.crates-io.ic-identity-hsm]
version = "0.3.6"
version = "0.10.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "c5c2b1ffe5392a48db5c15b1ae47491f5a7fd4d2"
rev = "dc47d2ddb311ff8695d422adac5c8842b152beac"

[patch.crates-io.ic-utils]
version = "0.7.0"
version = "0.10.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "c5c2b1ffe5392a48db5c15b1ae47491f5a7fd4d2"
rev = "dc47d2ddb311ff8695d422adac5c8842b152beac"
2 changes: 1 addition & 1 deletion nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"agent-rs": {
"branch": "main",
"repo": "https://github.com/dfinity/agent-rs",
"rev": "c5c2b1ffe5392a48db5c15b1ae47491f5a7fd4d2",
"rev": "dc47d2ddb311ff8695d422adac5c8842b152beac",
"type": "git"
},
"bats-support": {
Expand Down
16 changes: 8 additions & 8 deletions src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,25 +80,25 @@ wasmparser = "0.45.0"
webpki-roots = "0.21.0"

[dependencies.ic-agent]
version = "0.9.0"
version = "0.10.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "c5c2b1ffe5392a48db5c15b1ae47491f5a7fd4d2"
rev = "dc47d2ddb311ff8695d422adac5c8842b152beac"
features = ["reqwest"]

[dependencies.ic-asset]
version = "0.4.0"
version = "0.10.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "c5c2b1ffe5392a48db5c15b1ae47491f5a7fd4d2"
rev = "dc47d2ddb311ff8695d422adac5c8842b152beac"

[dependencies.ic-identity-hsm]
version = "0.3.6"
version = "0.10.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "c5c2b1ffe5392a48db5c15b1ae47491f5a7fd4d2"
rev = "dc47d2ddb311ff8695d422adac5c8842b152beac"

[dependencies.ic-utils]
version = "0.7.0"
version = "0.10.0"
git = "https://github.com/dfinity/agent-rs.git"
rev = "c5c2b1ffe5392a48db5c15b1ae47491f5a7fd4d2"
rev = "dc47d2ddb311ff8695d422adac5c8842b152beac"

[dev-dependencies]
env_logger = "0.6"
Expand Down

0 comments on commit fb6b5ef

Please sign in to comment.