Skip to content

Commit f5c0e57

Browse files
authored
fix: pin version for path dependencies (#59)
Pin a particular version for the `canhttp` and `ic-canister-runtime` workspace dependencies in addition to the path dependency in order to be able to push to [crates.io](https://crates.io).
1 parent 472cd24 commit f5c0e57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ readme = "README.md"
2323
assert_matches = "1.5.0"
2424
async-trait = "0.1.88"
2525
candid = { version = "0.10.13" }
26-
canhttp = { path = "canhttp" }
26+
canhttp = { version = "0.4.0", path = "canhttp" }
2727
ciborium = "0.2.2"
2828
futures-channel = "0.3.31"
2929
futures-util = "0.3.31"
3030
http = "1.3.1"
3131
ic-agent = "0.44.3"
32-
ic-canister-runtime = { path = "ic-canister-runtime" }
32+
ic-canister-runtime = { version = "0.1.0", path = "ic-canister-runtime" }
3333
ic-cdk = "0.19.0"
3434
ic-error-types = "0.2"
3535
ic-management-canister-types = "0.3.3" # this version is required by pocket-ic v9

0 commit comments

Comments
 (0)