Skip to content

Commit

Permalink
Override candid dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Dec 7, 2023
1 parent f80468d commit 728eeda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ic-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include = ["src", "Cargo.toml", "../LICENSE", "README.md"]
[dependencies]
backoff = "0.4.0"
cached = { version = "0.46", features = ["ahash"], default-features = false }
candid = { workspace = true, features = ["value"] }
candid = { workspace = true }
ed25519-consensus = { version = "2" }
futures-util = "0.3.21"
hex = { workspace = true }
Expand Down Expand Up @@ -75,6 +75,7 @@ web-sys = { version = "0.3", features = ["Window"], optional = true }

[dev-dependencies]
serde_json = "1.0.79"
candid = { workspace = true, features = ["value"]}

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
tokio = { version = "1.24.2", features = ["full"] }
Expand Down

0 comments on commit 728eeda

Please sign in to comment.