Skip to content

Commit 9277f26

Browse files
committed
switch to the published stable-fs dependency
1 parent 17e0dbe commit 9277f26

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

fuzz-tests/src/tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use std::f32::consts::E;
2-
31
use ic_test::IcpTest;
42

53
use crate::test_setup;

ic-wasi-polyfill/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ repository = "https://github.com/wasm-forge/ic-wasi-polyfill"
1010
[dependencies]
1111
ic-cdk = "0.18.5"
1212
ic-stable-structures = "0.6.7"
13-
#stable-fs = "0.8.1"
14-
stable-fs = {path="../../stable-fs"}
13+
stable-fs = "0.8.1"
1514

1615

1716
rand = "0.9.1"

0 commit comments

Comments
 (0)