Skip to content

Commit 9740e65

Browse files
committed
fallback to candid 0.10.14
1 parent beb7f73 commit 9740e65

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ members = [
66
]
77
resolver = "2"
88

9+
910
[workspace.dependencies]
10-
candid = "0.10.14"
11+
candid = "=0.10.14"
1112
ic-cdk = "0.18.5"
1213
ic-stable-structures = "0.7.0"
1314
stable-fs = "0.9.0"
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
service : () -> {
2-
basic_fs_test : () -> ();
3-
compute_file_hash : (text) -> (text);
4-
do_fs_test : () -> (text);
5-
generate_random_fs : (nat64, nat64, nat64) -> (nat64);
6-
get_log : () -> (text) query;
7-
greet : (text) -> (text) query;
8-
read_file : (text) -> (text);
9-
scan_directory : (text) -> (text);
10-
test_create_dir_all : (text) -> ();
11-
test_read_dir : (text) -> (vec text);
12-
write_file : (text, text) -> ();
13-
}

0 commit comments

Comments
 (0)