Skip to content

Commit 7e43c6a

Browse files
committed
rollback perf stats
1 parent d1a9b54 commit 7e43c6a

File tree

10 files changed

+3
-3
lines changed

10 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[[package]]
2-
name = "log"
2+
name = "logging"
33
source = "member"
44
dependencies = ["std"]
55

66
[[package]]
77
name = "std"
8-
source = "path+from-root-440D69547A9DAB0F"
8+
source = "path+from-root-B183794502AF314F"

test/src/e2e_vm_tests/test_programs/should_pass/language/logging/log/Forc.toml renamed to test/src/e2e_vm_tests/test_programs/should_pass/language/logging/Forc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ license = "Apache-2.0"
66
name = "logging"
77

88
[dependencies]
9-
std = { path = "../../../../../reduced_std_libs/sway-lib-std-vec" }
9+
std = { path = "../../../../reduced_std_libs/sway-lib-std-vec" }

0 commit comments

Comments
 (0)