Skip to content

Commit bfe113c

Browse files
committed
clean-up
1 parent 884e50c commit bfe113c

File tree

5 files changed

+6
-517
lines changed

5 files changed

+6
-517
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ resolver = "2"
1010
candid = "0.10.14"
1111
ic-cdk = "0.18.5"
1212
ic-stable-structures = "0.7.0"
13-
1413
stable-fs = "0.9.0"
15-
16-
pocket-ic = "9.0.2"
1714
anyhow = "1.0.98"
18-
ic-wasi-polyfill = {path="ic-wasi-polyfill"}
15+
rand = "0.9.2"
16+
pocket-ic = "9.0.2"
17+
ic-wasi-polyfill = { path = "ic-wasi-polyfill" }
1918

fuzz-tests/src/test_setup.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Manual changes are possible, but you still need to make sure they are not lost, if the file is regenerated.
33
// If possible, it is best to keep any additional manual test preparation steps outside, in `tests.rs`,
44
// then this file can be regenerated without risk of losing work.
5-
#![allow(dead_code)]
65

76
use ic_test::IcpTest;
87

ic-wasi-polyfill/Cargo.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ stable-fs.workspace = true
1212
ic-stable-structures.workspace = true
1313
ic-cdk.workspace = true
1414
anyhow.workspace = true
15-
16-
17-
18-
rand = "0.9.1"
19-
function_name = "0.3.0"
15+
rand.workspace = true
2016

2117
[features]
2218
transient=[]
@@ -27,6 +23,6 @@ skip_unimplemented_functions=[]
2723
crate-type = ["staticlib","lib"]
2824

2925
[dev-dependencies]
30-
candid = "0.10.14"
31-
pocket-ic = "9.0.2"
26+
candid.workspace = true
27+
pocket-ic.workspace = true
3228

scripts/deploy_tests.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)